menu
nylo_support package
documentation
testing/src/mocks/ny_test_cache.dart
NyTestCache
clear method
clear method
dark_mode
light_mode
clear
method
Future
<
void
>
clear
(
String
key
)
Removes a specific item from the cache.
Implementation
Future<void> clear(String key) async { _store.remove(key); }
nylo_support package
documentation
testing/src/mocks/ny_test_cache
NyTestCache
clear method
NyTestCache class