menu
fairy_flutter_comm package
documentation
utils/sp_utils.dart
SpUtils
hasKey static method
hasKey static method
dark_mode
light_mode
hasKey
static method
bool
hasKey
(
String
key
)
判断是否存在key的数据
Implementation
static bool hasKey(String key) { Set keys = getKeys(); return keys.contains(key); }
fairy_flutter_comm package
documentation
utils/sp_utils
SpUtils
hasKey static method
SpUtils class