menu
kommon package
documentation
tool/sp_util.dart
SpUtil
hasKey static method
hasKey static method
dark_mode
light_mode
hasKey
static method
bool
hasKey
(
String
key
)
查找是否有指定key
Implementation
static bool hasKey(String key) { return _prefs?.getKeys().contains(key) as bool; }
kommon package
documentation
tool/sp_util
SpUtil
hasKey static method
SpUtil class