connect static method
Connect to a BLE device
deviceAddress
- MAC address of the device to connect to
Returns a stream of ConnectionEvent objects for connection status updates
Implementation
static Stream<ConnectionEvent> connect(String deviceAddress) {
return BluetoothConnectionPluginPlatform.instance.connect(deviceAddress);
}