menu
gtd_helper package
documentation
helper/cached/app_shared_preferences.dart
AppSharedPreferences
getBool static method
getBool static method
dark_mode
light_mode
getBool
static method
bool
getBool
(
String
key
)
Implementation
static bool getBool(String key) { return _prefs == null ? false : _prefs!.getBool(key) ?? false; }
gtd_helper package
documentation
helper/cached/app_shared_preferences
AppSharedPreferences
getBool static method
AppSharedPreferences class