menu
library_helper package
documentation
storage/shared_prefs.dart
SharedPrefs
getBool static method
getBool static method
dark_mode
light_mode
getBool
static method
bool
?
getBool
(
String
key
)
Implementation
static bool? getBool(String key) => _prefs.getBool(key);
library_helper package
documentation
storage/shared_prefs
SharedPrefs
getBool static method
SharedPrefs class