menu
network_api_sdk
network_api_sdk.dart
CacheStore
remove abstract method
remove
dark_mode
light_mode
remove
abstract method
Future
<
void
>
remove
(
String
key
)
Removes the cached value for
key
.
Implementation
Future<void> remove(String key);
network_api_sdk
network_api_sdk
CacheStore
remove abstract method
CacheStore class