disconnect abstract method

Future<void> disconnect(
  1. String deviceId
)

Disconnects from the BLE device with the given deviceId.

Disconnects the BLE device.

Implementation

Future<void> disconnect(String deviceId);