menu
databuckets_event_tracker package
documentation
utils/prefs_util.dart
Prefs
getBool static method
getBool static method
dark_mode
light_mode
getBool
static method
bool
?
getBool
(
String
key
)
Implementation
static bool? getBool(String key) => instance.getBool(key);
databuckets_event_tracker package
documentation
utils/prefs_util
Prefs
getBool static method
Prefs class