queryHistoryBloodOxygen property
Future<void>
get
queryHistoryBloodOxygen
The measurement results are monitored through the bloodOxygenEveStm data stream, and the value is stored in BloodOxygenBean.historyList.
Implementation
Future<void> get queryHistoryBloodOxygen {
return _platform.queryHistoryBloodOxygen;
}