connect method

Future<bool> connect(
  1. BrotherPrinter printer
)

Implementation

Future<bool> connect(BrotherPrinter printer) =>
    throw UnimplementedError('connect() not implemented.');