menu
kronix package
documentation
cache/cache.dart
Cache
forget static method
forget static method
dark_mode
light_mode
forget
static method
Future
<
void
>
forget
(
String
key
)
Removes an item.
Implementation
static Future<void> forget(String key) async { await _driver.forget(key); }
kronix package
documentation
cache/cache
Cache
forget static method
Cache class