queryLastDynamicRate method

Future<void> queryLastDynamicRate(
  1. String type
)

Gets the last measured heart rate record saved by the watch. The query result will be obtained through the heartRateEveStm listening stream and saved in the HeartRateBean.measuring field.

Implementation

Future<void> queryLastDynamicRate(String type) {
  return _platform.queryLastDynamicRate(type);
}