read method
- @Deprecated("Use top-level `read` in vital_health instead")
- HealthResource resource,
- DateTime startDate,
- DateTime endDate
Implementation
@Deprecated("Use top-level `read` in vital_health instead")
Future<ProcessedData?> read(
HealthResource resource, DateTime startDate, DateTime endDate) {
return VitalHealthPlatform.instance.read(resource, startDate, endDate);
}