queryMaxHeartRate property
Future<MaxHeartRateBean>
get
queryMaxHeartRate
Gets the status of the wristband heart rate alarm and the value of the heart rate alarm.
Implementation
Future<MaxHeartRateBean> get queryMaxHeartRate {
return _platform.queryMaxHeartRate;
}