scanResults method

Stream<List<PrinterDevice>> scanResults()

Implementation

Stream<List<PrinterDevice>> scanResults() {
  return bluetoothPrinterConnector.scanResults;
}