menu
flutter_smart package
documentation
utils/shared_preferences_utils.dart
SpUtils
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_smart package
documentation
utils/shared_preferences_utils
SpUtils
hasKey static method
SpUtils class