pickPrinter abstract method

Future<Printer?> pickPrinter(
  1. Rect bounds
)

Opens the native printer picker interface, and returns the URL of the selected printer.

Implementation

Future<Printer?> pickPrinter(Rect bounds);