menu
voltron_renderer package
documentation
common/lru_cache.dart
LruCache<K, V>
evictAll method
evictAll method
dark_mode
light_mode
evictAll
method
void
evictAll
(
)
Implementation
void evictAll() => trimToSize(-1);
voltron_renderer package
documentation
common/lru_cache
LruCache<K, V>
evictAll method
LruCache class