menu
utilities_ab package
documentation
cache/storage_interface.dart
CacheStorage<K, V>
containsKey abstract method
containsKey abstract method
dark_mode
light_mode
containsKey
abstract method
Future
<
bool
>
containsKey
(
K
key
)
Checks if a key exists in the storage.
Implementation
Future<bool> containsKey(K key);
utilities_ab package
documentation
cache/storage_interface
CacheStorage<K, V>
containsKey abstract method
CacheStorage class