Future<DateTime> setDateTime(UserPrefKey key, DateTime dateTime) async { shared.string(prefName(key), dateTime.toIso8601String()); return dateTime; }