menu
quick_request package
documentation
utils/cache_manager.dart
CacheManager
remove method
remove method
dark_mode
light_mode
remove
method
void
remove
(
String
key
)
Implementation
void remove(String key) => _cache.remove(key);
quick_request package
documentation
utils/cache_manager
CacheManager
remove method
CacheManager class