menu
shipbook_flutter package
documentation
storage.dart
Storage
getStringList method
getStringList method
dark_mode
light_mode
getStringList
method
List
<
String
>
?
getStringList
(
String
key
)
Implementation
List<String>? getStringList(String key) { return _prefs.getStringList(key); }
shipbook_flutter package
documentation
storage
Storage
getStringList method
Storage class