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