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