menu
flutter_shared_utils package
documentation
flutter_shared_utils.dart
RuntimeCachingUtil
removeFromCache method
removeFromCache method
dark_mode
light_mode
removeFromCache
method
void
removeFromCache
(
String
key
)
Implementation
void removeFromCache(String key) { _cache.remove(key); }
flutter_shared_utils package
documentation
flutter_shared_utils
RuntimeCachingUtil
removeFromCache method
RuntimeCachingUtil class