connect abstract method

Future<void> connect(
  1. String deviceId
)

Connects to the BLE device with the given deviceId.

Attempts to establish a connection to the BLE device.

Implementation

Future<void> connect(String deviceId);