connect method

Future connect(
  1. BluetoothDevice device
)

Implementation

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