enableContinueBloodOxygen property

Future<void> enableContinueBloodOxygen

Implementation

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