menu
u package
documentation
utils/u_local_storage.dart
ULocalStorage
getInt static method
getInt static method
dark_mode
light_mode
getInt
static method
int
?
getInt
(
String
key
)
Implementation
static int? getInt(String key) => getIfNotExpired(key);
u package
documentation
utils/u_local_storage
ULocalStorage
getInt static method
ULocalStorage class