menu
dartcore package
documentation
cache.dart
Cache
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Removes all items from the cache
Implementation
void clear() { _cache.clear(); }
dartcore package
documentation
cache
Cache
clear method
Cache class