disconnectDevice method

Future<void> disconnectDevice(
  1. String deviceId
)

Operation that disconnects the host with the peripheral.

Implementation

Future<void> disconnectDevice(String deviceId) {
  throw UnimplementedError('disconnectDevice has not been implemented.');
}