connect method

Future connect(
  1. BluetoothDevice device
)

connect(BluetoothDevice device)

Implementation

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