queryTrainingHeartRate property

Future<void> queryTrainingHeartRate

Some watchs support heart rate measurement in a variety of motion modes. The measurements include other motion-related data such as heart rate and calories. This interface is used to obtain data such as calories. The watch can save the last three sports data. Supporting 24-hour continuous measurement of the watch, the exercise heart rate can be obtained from the 24-hour heart rate data according to the movement up time; other watch exercise heart rate and dynamic heart rate acquisition methods are consistent.

Implementation

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