menu
talkplus_flutter_sdk package
documentation
util/LruCache.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); }
talkplus_flutter_sdk package
documentation
util/LruCache
LruCache<K, V>
remove method
LruCache class