menu
nylo_framework package
documentation
nylo_framework.dart
NyTestCache
flush method
flush method
dark_mode
light_mode
flush
method
Future
<
void
>
flush
(
)
Removes all items from the cache.
Implementation
Future<void> flush() async { _store.clear(); }
nylo_framework package
documentation
nylo_framework
NyTestCache
flush method
NyTestCache class