stopECGMeasure property

Future<void> stopECGMeasure

Implementation

Future<void> get stopECGMeasure async {
  await mConnMethodChannel.invokeMethod('stopECGMeasure');
}