disconnectDevice method

Future<bool?> disconnectDevice()

Implementation

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