statusStream property

Stream<PrinterStatus> get statusStream

Stream providing status updates of the printer.

Implementation

Stream<PrinterStatus> get statusStream {
  throw UnimplementedError('statusUpdates() has not been implemented.');
}