menu
kronix package
documentation
cache/cache.dart
Cache
has static method
has static method
dark_mode
light_mode
has
static method
Future
<
bool
>
has
(
String
key
)
Checks if an item exists.
Implementation
static Future<bool> has(String key) async { return _driver.has(key); }
kronix package
documentation
cache/cache
Cache
has static method
Cache class