menu
messenger
ui/worker/cache.dart
FIFOCache
clear static method
clear
dark_mode
light_mode
clear
static method
void
clear
(
)
Removes all entries from the
_cache
.
Implementation
static void clear() => _cache.clear();
messenger
cache
FIFOCache
clear static method
FIFOCache class