disconnect method

Future<void> disconnect()

Disconnects from the MSR605X device.

Implementation

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