menu
flutter_network_state package
documentation
cache/cache_manager.dart
CacheStore
containsKey abstract method
containsKey abstract method
dark_mode
light_mode
containsKey
abstract method
bool
containsKey
(
String
key
)
Whether the store contains
key
.
Implementation
bool containsKey(String key);
flutter_network_state package
documentation
cache/cache_manager
CacheStore
containsKey abstract method
CacheStore class