menu
flutter_lru_cache package
documentation
lru_cache.dart
LRUCache<K, V>
remove method
remove method
dark_mode
light_mode
remove
method
V?
remove
(
K
key
)
Implementation
V? remove(K key) => _cache.remove(key);
flutter_lru_cache package
documentation
lru_cache
LRUCache<K, V>
remove method
LRUCache class