OnPrinterConnectionChange typedef

OnPrinterConnectionChange = dynamic Function(PrinterConnectionStatus status)

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

The status parameter represents the new printer connection status.

Implementation

typedef OnPrinterConnectionChange = Function(PrinterConnectionStatus status);