listPrinters abstract method

Future<List<Printer>> listPrinters()

Enumerate the available printers on the system.

Implementation

Future<List<Printer>> listPrinters();