disconnect method

Future<bool> disconnect(
  1. Printer device
)

Implementation

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