menu
utilities_ab package
documentation
cache/cache.dart
Cache<K, V>
clear method
clear method
dark_mode
light_mode
clear
method
Future
<
void
>
clear
(
)
Clears all items from the cache.
Implementation
Future<void> clear() async { await _storage.clear(); }
utilities_ab package
documentation
cache/cache
Cache<K, V>
clear method
Cache class