BluetoothPrinterManager constructor

BluetoothPrinterManager(
  1. POSPrinter printer
)

Implementation

BluetoothPrinterManager(
  POSPrinter printer,
) {
  super.printer = printer;
}