print method

Future<bool> print(
  1. PrintJob job
)

Submit a print job.

Implementation

Future<bool> print(PrintJob job) {
  throw UnimplementedError('print() has not been implemented.');
}