isBluetoothScoOn method

Future<bool> isBluetoothScoOn()

(UNTESTED)

Implementation

Future<bool> isBluetoothScoOn() async {
  return (await _channel.invokeMethod<bool>('isBluetoothScoOn'))!;
}