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