BackgroundDeliveryConfig constructor

BackgroundDeliveryConfig({
  1. required Set<StatisticsType>? statisticsTypes,
  2. required Set<MetricType>? metricTypes,
  3. required Set<ActivityConfig>? activityConfigs,
  4. required Set<SleepConfig>? sleepConfigs,
  5. required bool? healthConnectEnabled,
  6. required bool? samsungHealthDataEnabled,
})

Implementation

BackgroundDeliveryConfig({
  required this.statisticsTypes,
  required this.metricTypes,
  required this.activityConfigs,
  required this.sleepConfigs,
  required this.healthConnectEnabled,
  required this.samsungHealthDataEnabled,
});