menu
sunny_lifecycle package
documentation
user_preferences_service.dart
UserPreferencesService
getStrings method
getStrings method
dark_mode
light_mode
getStrings
method
Future
<
List
<
String
>
?
>
getStrings
(
UserPrefKey
key
)
Implementation
Future<List<String>?> getStrings(UserPrefKey key) { return shared.stringList(prefName(key)); }
sunny_lifecycle package
documentation
user_preferences_service
UserPreferencesService
getStrings method
UserPreferencesService class