stopBluetoothSco method

Future<void> stopBluetoothSco()

Implementation

Future<void> stopBluetoothSco() async {
  await _channel.invokeMethod('stopBluetoothSco');
}