menu
entao_hare package
documentation
basic/basic.dart
LocalStore
getStringList method
getStringList method
dark_mode
light_mode
getStringList
method
List
<
String
>
?
getStringList
(
Object
key
)
Implementation
List<String>? getStringList(Object key) { return prefer.getStringList(key.stringKey); }
entao_hare package
documentation
basic/basic
LocalStore
getStringList method
LocalStore class