connect method

Future connect(
  1. BluetoothDevice device
)

connect(BluetoothDevice device)

Implementation

Future<dynamic> connect(BluetoothDevice device) async =>
    await _channel.invokeMethod('connect', device.toMap());