menu
flutter_master_cache package
documentation
async/async_cache.dart
AsyncCache<K, V>
remove method
remove method
dark_mode
light_mode
remove
method
@
override
V?
remove
(
K
k
)
override
Remove value by key
Implementation
@override V? remove(K k) { return _cache.remove(k); }
flutter_master_cache package
documentation
async/async_cache
AsyncCache<K, V>
remove method
AsyncCache class