menu
kronix package
documentation
cache/driver.dart
CacheDriver
has abstract method
has abstract method
dark_mode
light_mode
has
abstract method
Future
<
bool
>
has
(
String
key
)
Determines if an item exists in the cache.
Implementation
Future<bool> has(String key);
kronix package
documentation
cache/driver
CacheDriver
has abstract method
CacheDriver class