readGlucoseMeterData method
Implementation
Future<List<QuantitySample>> readGlucoseMeterData(
ScannedDevice scannedDevice) {
return VitalDevicesPlatform.instance.readGlucoseMeterData(scannedDevice);
}
Future<List<QuantitySample>> readGlucoseMeterData(
ScannedDevice scannedDevice) {
return VitalDevicesPlatform.instance.readGlucoseMeterData(scannedDevice);
}