Future<DateTime> getSharedDateTime({required String key}) async { return await getShared<DateTime>(key: key, defaultValue: DateTime.now()); }