queryLast24HourBloodOxygen property

Future<void> queryLast24HourBloodOxygen

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

Implementation

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