menu
flutter_network_state package
documentation
cache/cache_manager.dart
InMemoryCacheStore
remove method
remove method
dark_mode
light_mode
remove
method
@
override
void
remove
(
String
key
)
override
Remove a single entry.
Implementation
@override void remove(String key) => _data.remove(key);
flutter_network_state package
documentation
cache/cache_manager
InMemoryCacheStore
remove method
InMemoryCacheStore class