menu
flutter_master_cache package
documentation
util/async_base_cache.dart
AsyncBaseCache<K, V>
exist abstract method
exist abstract method
dark_mode
light_mode
exist
abstract method
bool
exist
(
K
k
)
Returns true when the key is existing otherwise false
Implementation
bool exist(K k);
flutter_master_cache package
documentation
util/async_base_cache
AsyncBaseCache<K, V>
exist abstract method
AsyncBaseCache class