stopMeasureBloodOxygen property

Future<void> stopMeasureBloodOxygen

Implementation

Future<void> get stopMeasureBloodOxygen async {
  await mConnMethodChannel.invokeMethod('stopMeasureBloodOxygen');
}