startBluetoothSco method

Future<void> startBluetoothSco()

Implementation

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