menu
flutter_network_state package
documentation
cache/cache_manager.dart
CacheStore
get abstract method
get abstract method
dark_mode
light_mode
get
abstract method
dynamic
get
(
String
key
)
Retrieve a cached value by
key
, or
null
if absent.
Implementation
dynamic get(String key);
flutter_network_state package
documentation
cache/cache_manager
CacheStore
get abstract method
CacheStore class