Future<void> setAppleHealthSyncDate(DateTime value) async { await storage.write( key: _appleHealthSyncDate, value: value.toIso8601String(), ); }