disconnect method

Future<bool> disconnect(
  1. int scannerId
)

Disconnect from a scanner by ID

scannerId The ID of the scanner to disconnect from

Implementation

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