menu
takyeebbak
core/shared_preferences_global/shared_preferences_global.dart
SharedPreferencesGlobal
isContainsKey static method
isContainsKey
dark_mode
light_mode
isContainsKey
static method
bool
isContainsKey
(
String
key
)
Implementation
static bool isContainsKey(String key) => _prefs.containsKey(key);
takyeebbak
shared_preferences_global
SharedPreferencesGlobal
isContainsKey static method
SharedPreferencesGlobal class