queryLastMeasureECGData property
Future<void>
get
queryLastMeasureECGData
Gets the ECG data saved by the watch, monitor the data stream through lazyEcgEveStm, and save the value in EgcBean.ints
Implementation
Future<void> get queryLastMeasureECGData {
return _platform.queryLastMeasureECGData;
}