startECGMeasure property

Future<void> startECGMeasure

Start to measure the ECG, the ECG measurement time is 30 seconds, and the user needs to touch the left and right electrodes of the watch with both hands. The value is obtained by listening to the lazyEcgEveStm data stream, and the value is saved in EgcBean.ints

Implementation

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