menu
u package
documentation
utils/u_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(String key) => getIfNotExpired(key);
u package
documentation
utils/u_local_storage
ULocalStorage
getBool static method
ULocalStorage class