menu
k_utils package
documentation
k_share_preferences.dart
KSpUtils
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); }
k_utils package
documentation
k_share_preferences
KSpUtils
hasKey static method
KSpUtils class