menu
responsive_screen_master package
documentation
utils/responsive_cache.dart
ResponsiveCache
contains static method
contains static method
dark_mode
light_mode
contains
static method
bool
contains
(
String
key
)
Check if cache contains a key
Implementation
static bool contains(String key) { return _cache.containsKey(key); }
responsive_screen_master package
documentation
utils/responsive_cache
ResponsiveCache
contains static method
ResponsiveCache class