stopMeasureBloodOxygen property

Future<void> stopMeasureBloodOxygen

When the blood oxygen measurement is stopped, if the measurement time is too short, there will be no measurement results. The measurement results are monitored through the bloodOxygenEveStm data stream, and the value is stored in BloodOxygenBean.bloodOxygen.

Implementation

Future<void> get stopMeasureBloodOxygen {
  return _platform.stopMeasureBloodOxygen;
}