menu
hope_cache package
documentation
cache_store.dart
CacheStore
delete abstract method
delete abstract method
dark_mode
light_mode
delete
abstract method
Future
<
void
>
delete
(
String
key
)
Deletes the cache entry for the given key
Implementation
Future<void> delete(String key);
hope_cache package
documentation
cache_store
CacheStore
delete abstract method
CacheStore class