stopMeasurement method

Future<void> stopMeasurement()

Implementation

Future<void> stopMeasurement() async {
  await module.ecg?.stop();
  await module.oxi?.stop();
}