menu
star_live package
documentation
utils/share_preferences_utils.dart
PrefUtils
getString static method
getString static method
dark_mode
light_mode
getString
static method
String
getString
(
String
key
, {
String
def
=
""
,
})
Implementation
static String getString(String key, {String def = ""}) { return _prefs?.getString(key) ?? def; }
star_live package
documentation
utils/share_preferences_utils
PrefUtils
getString static method
PrefUtils class