menu
hubble package
documentation
cross_cache/cache/base_cache.dart
BaseCache
contains abstract method
contains abstract method
dark_mode
light_mode
contains
abstract method
Future
<
bool
>
contains
(
String
key
)
Checks if the cache contains an entry for the given
key
.
Implementation
Future<bool> contains(String key);
hubble package
documentation
cross_cache/cache/base_cache
BaseCache
contains abstract method
BaseCache class