setTimestamp method

Future<DateTime> setTimestamp(
  1. UserPrefKey key
)

Implementation

Future<DateTime> setTimestamp(UserPrefKey key) {
  return setDateTime(key, DateTime.now());
}