connect method

Future<void> connect()

Connects to the device.

Implementation

Future<void> connect() => UniversalBle.connect(deviceId);