menu
dox_core package
documentation
cache/cache.dart
Cache
flush method
flush method
dark_mode
light_mode
flush
method
Future
<
void
>
flush
(
)
remove all cache
await Cache().flush();
Implementation
Future<void> flush() async { await _driver.flush(); }
dox_core package
documentation
cache/cache
Cache
flush method
Cache class