menu
qprefs package
documentation
facade.dart
Prefs
getBoolOrFalse static method
getBoolOrFalse static method
dark_mode
light_mode
getBoolOrFalse
static method
bool
getBoolOrFalse
(
String
key
)
Implementation
static bool getBoolOrFalse( String key, ) => getBoolOr(key, false);
qprefs package
documentation
facade
Prefs
getBoolOrFalse static method
Prefs class