menu
responsive_screen_master package
documentation
utils/responsive_cache.dart
ResponsiveCache
remove static method
remove static method
dark_mode
light_mode
remove
static method
void
remove
(
String
key
)
Remove specific key from cache
Implementation
static void remove(String key) { _cache.remove(key); }
responsive_screen_master package
documentation
utils/responsive_cache
ResponsiveCache
remove static method
ResponsiveCache class