menu
nian_common_utils package
documentation
utils/sp_utils.dart
SpUtils
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); }
nian_common_utils package
documentation
utils/sp_utils
SpUtils
haveKey static method
SpUtils class