setBluetoothScoOn method

Future<void> setBluetoothScoOn(
  1. bool enabled
)

Implementation

Future<void> setBluetoothScoOn(bool enabled) async {
  await _channel.invokeMethod<bool>('setBluetoothScoOn', [enabled]);
}