isBluetoothScoAvailableOffCall method

Future<bool> isBluetoothScoAvailableOffCall()

(UNTESTED)

Implementation

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