queryLastMeasureECGData property

Future<void> 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;
}