menu
gtd_helper package
documentation
helper/cached/app_shared_preferences.dart
AppSharedPreferences
putBool static method
putBool static method
dark_mode
light_mode
putBool
static method
dynamic
putBool
(
String
key
,
bool
value
)
Implementation
static putBool(String key, bool value) { if (_prefs != null) _prefs!.setBool(key, value); }
gtd_helper package
documentation
helper/cached/app_shared_preferences
AppSharedPreferences
putBool static method
AppSharedPreferences class