OnPrinterOperationChange typedef

OnPrinterOperationChange = dynamic Function(PrinterOperationStatus operation)

A callback function type used for handling printer operation status changes.

The operation parameter represents the new printer operation status.

Implementation

typedef OnPrinterOperationChange = Function(PrinterOperationStatus operation);