connect method

Future<BluetoothConnection?> connect(
  1. String address
)

Tries to create a connection to the device with the given address.

Implementation

Future<BluetoothConnection?> connect(String address) =>
    _instance.connect(address);