PrinterConnectionManager constructor

PrinterConnectionManager(
  1. ZebraPrinterRepository _repository
)

Creates a PrinterConnectionManager backed by repository.

Implementation

PrinterConnectionManager(this._repository);