menu
ap_common package
documentation
utils/preferences.dart
Preferences
getBool static method
getBool static method
dark_mode
light_mode
getBool
static method
bool
getBool
(
String
key
,
bool
defaultValue
)
Implementation
static bool getBool(String key, bool defaultValue) { return prefs?.getBool(key) ?? defaultValue; }
ap_common package
documentation
utils/preferences
Preferences
getBool static method
Preferences class