getPrinterStatus method

Future<PrinterHardwareStatus?> getPrinterStatus()

Queries the hardware status of the currently connected printer.

Returns null when no printer is connected.

Implementation

Future<PrinterHardwareStatus?> getPrinterStatus() =>
    throw UnimplementedError('getPrinterStatus() not implemented.');