disconnectDevice method

Future<void> disconnectDevice()

Implementation

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