scanResults property

Stream<PrinterDevice> get scanResults

Stream of discovered devices during scanning.

Implementation

Stream<PrinterDevice> get scanResults {
  throw UnimplementedError('scanResults has not been implemented.');
}