pickPrinter method

  1. @override
Future<Printer> pickPrinter(
  1. Rect bounds
)

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

Implementation

@override
Future<Printer> pickPrinter(
  Rect bounds,
) {
  throw UnimplementedError();
}