isNewECGMeasurementVersion property

Future<bool> isNewECGMeasurementVersion

In the new measurement mode, the watch can save the last unsent measurement result; the old version does not.

Implementation

Future<bool> get isNewECGMeasurementVersion {
  return _platform.isNewECGMeasurementVersion;
}