menu
flustars_flutter3 package
documentation
flustars_flutter3.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); }
flustars_flutter3 package
documentation
flustars_flutter3
SpUtil
haveKey static method
SpUtil class