menu
utilities_framework_flutter package
documentation
utils/local_storage.dart
ULocalStorage
getBool static method
getBool static method
dark_mode
light_mode
getBool
static method
bool
?
getBool
(
String
key
)
Implementation
static bool? getBool(final String key) => sharedPreferences.getBool(key);
utilities_framework_flutter package
documentation
utils/local_storage
ULocalStorage
getBool static method
ULocalStorage class