jashan55

Results 1 issues of jashan55

**Describe the bug** I am simply trying to query the cardiogram with the following Predicate final results = await HealthKitReporter.electrocardiogramQuery( Predicate( DateTime.now().add(Duration(days: -7)), DateTime.now(), ), withVoltageMeasurements: false, ); it returns...