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