menu
hope_cache package
documentation
cache_store.dart
CacheStore
getAllKeys abstract method
getAllKeys abstract method
dark_mode
light_mode
getAllKeys
abstract method
Future
<
List
<
String
>
>
getAllKeys
(
)
Returns all stored keys
Implementation
Future<List<String>> getAllKeys();
hope_cache package
documentation
cache_store
CacheStore
getAllKeys abstract method
CacheStore class