menu
navigator_utils package
documentation
utils/_lru_cache.dart
LRUMap<K, V>
remove method
remove method
dark_mode
light_mode
remove
method
void
remove
(
K
key
)
Implementation
void remove(K key) { _map.remove(key); }
navigator_utils package
documentation
utils/_lru_cache
LRUMap<K, V>
remove method
LRUMap class