menu
dartpollo package
documentation
cache/cache_store.dart
CacheStore
delete abstract method
delete abstract method
dark_mode
light_mode
delete
abstract method
void
delete
(
String
key
)
Deletes a cache entry by its key.
Does nothing if the key doesn't exist.
Implementation
void delete(String key);
dartpollo package
documentation
cache/cache_store
CacheStore
delete abstract method
CacheStore class