bluetoothConnectDevice method

Future<int> bluetoothConnectDevice({
  1. required BluetoothDevice device,
})

new connection bluetooth device

Implementation

Future<int> bluetoothConnectDevice({required BluetoothDevice device}) {
  throw UnimplementedError(
      'bluetoothConnectDevice() has not been implemented.');
}