menu
nylo_support package
documentation
testing/src/mocks/ny_test_cache.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_support package
documentation
testing/src/mocks/ny_test_cache
NyTestCache
flush method
NyTestCache class