onPrinterFound property

void Function(DiscoveredPrinter printer)? onPrinterFound
getter/setter pair

Callback for when a printer is found during discovery

Implementation

void Function(DiscoveredPrinter printer)? onPrinterFound;