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