menu
dartcore package
documentation
cache.dart
Cache
remove method
remove method
dark_mode
light_mode
remove
method
void
remove
(
String
key
)
Remove an item from the cache
Implementation
void remove(String key) { _cache.remove(key); }
dartcore package
documentation
cache
Cache
remove method
Cache class