queryHistoryHeartRate property

Future<void> queryHistoryHeartRate

To query the historical heart rate, the query result will be obtained through the heartRateEveStm monitoring stream and saved in the HeartRateBean.historyHRList field.

Implementation

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