menu
flutter_chen_common package
documentation
common/utils/sp_util.dart
SpUtil
hasKey static method
hasKey static method
dark_mode
light_mode
hasKey
static method
bool
hasKey
(
String
key
)
have key.
Implementation
static bool hasKey(String key) { return _prefs.getKeys().contains(key); }
flutter_chen_common package
documentation
common/utils/sp_util
SpUtil
hasKey static method
SpUtil class