menu
sunny_lifecycle package
documentation
user_preferences_service.dart
UserPreferencesService
setTimestamp method
setTimestamp method
dark_mode
light_mode
setTimestamp
method
Future
<
DateTime
>
setTimestamp
(
UserPrefKey
key
)
Implementation
Future<DateTime> setTimestamp(UserPrefKey key) { return setDateTime(key, DateTime.now()); }
sunny_lifecycle package
documentation
user_preferences_service
UserPreferencesService
setTimestamp method
UserPreferencesService class