disconnect method

Future<bool> disconnect()

Disconnect from the current printer.

Implementation

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