menu
flutter_network package
documentation
flutter_network.dart
CacheStore
get abstract method
get abstract method
dark_mode
light_mode
get
abstract method
Future
<
CacheResponse
?
>
get
(
String
key
)
Retrieves cached response from the given key.
Implementation
Future<CacheResponse?> get(String key);
flutter_network package
documentation
flutter_network
CacheStore
get abstract method
CacheStore class