menu
flutter_network package
documentation
flutter_network.dart
CacheStore
exists abstract method
exists abstract method
dark_mode
light_mode
exists
abstract method
Future
<
bool
>
exists
(
String
key
)
Checks if key exists in store
Implementation
Future<bool> exists(String key);
flutter_network package
documentation
flutter_network
CacheStore
exists abstract method
CacheStore class