menu
sunny_lifecycle package
documentation
user_preferences_service.dart
UserPreferencesService
setTrue method
setTrue method
dark_mode
light_mode
setTrue
method
Future
setTrue
(
UserPrefKey
key
)
Implementation
Future setTrue(UserPrefKey key) { return shared.string(prefName(key), "true"); }
sunny_lifecycle package
documentation
user_preferences_service
UserPreferencesService
setTrue method
UserPreferencesService class