discovery method

Stream<PrinterDevice> discovery({
  1. bool isBle = false,
})

Implementation

Stream<PrinterDevice> discovery({bool isBle = false}) {
  return bluetoothPrinterConnector.discovery(isBle: isBle);
}