queryContinueBloodOxygenState property

Future<void> queryContinueBloodOxygenState

The measurement results are monitored through the bloodOxygenEveStm data stream, and the value is stored in BloodOxygenBean.continueState.

Implementation

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