menu
temp_cache package
documentation
cache.dart
Cache<T>
removeAll method
removeAll method
dark_mode
light_mode
removeAll
method
void
removeAll
(
)
Removes all items from the cache
Implementation
void removeAll() { _cache?.clear(); }
temp_cache package
documentation
cache
Cache<T>
removeAll method
Cache class