queryLastDynamicRate method
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);
}