disconnectDevice method

Future<bool> disconnectDevice()

Disconnect from the current device.

Implementation

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