menu
kronix package
documentation
cache/cache.dart
Cache
flush static method
flush static method
dark_mode
light_mode
flush
static method
Future
<
void
>
flush
(
)
Clears the entire cache.
Implementation
static Future<void> flush() async { await _driver.flush(); }
kronix package
documentation
cache/cache
Cache
flush static method
Cache class