BrotherDevice.fromUSBDevice constructor

BrotherDevice.fromUSBDevice(
  1. BrotherModel model
)

USB devices doesn't work on iOS

Implementation

BrotherDevice.fromUSBDevice(this.model)
    : source = BrotherDeviceSource.usb,
      modelName = model.nameAndroid,
      ipAddress = null,
      location = null,
      printerName = null,
      serialNumber = null,
      nodeName = null,
      macAddress = null,
      bleAdvertiseLocalName = null;