menu
sunny_lifecycle package
documentation
user_preferences_service.dart
UserPreferencesService
prefName method
prefName method
dark_mode
light_mode
prefName
method
String
prefName
(
UserPrefKey
key
)
Implementation
String prefName(UserPrefKey key) { return "$keyPrefix${key.name}"; }
sunny_lifecycle package
documentation
user_preferences_service
UserPreferencesService
prefName method
UserPreferencesService class