connectDevice method

Future<BluetoothDevice?> connectDevice(
  1. BluetoothDevice? device
)

Implementation

Future<BluetoothDevice?> connectDevice(BluetoothDevice? device) {
  throw UnimplementedError('connectDevice(BluetoothDevice? device) has not been implemented.');
}