HealthSamplingConfiguration constructor

HealthSamplingConfiguration({
  1. Duration? past,
  2. required List<HealthDataType> healthDataTypes,
})

Implementation

HealthSamplingConfiguration({super.past, required this.healthDataTypes});