menu
glorysoft_mobile_plugin package
documentation
tool/utils/shared_preferences_util.dart
SpUtil
haveKey static method
haveKey static method
dark_mode
light_mode
haveKey
static method
bool
?
haveKey
(
String
key
)
have key.
Implementation
static bool? haveKey(String key) { return _prefs.getKeys().contains(key); }
glorysoft_mobile_plugin package
documentation
tool/utils/shared_preferences_util
SpUtil
haveKey static method
SpUtil class