connect method
Tries to create a connection to the device with the given address.
Implementation
Future<BluetoothConnection?> connect(String address) =>
_instance.connect(address);
Tries to create a connection to the device with the given address.
Future<BluetoothConnection?> connect(String address) =>
_instance.connect(address);