printJob method

Future<bool> printJob(
  1. Map<String, dynamic> args
)

Method to print job, implemented by platform-specific class

Implementation

Future<bool> printJob(Map<String, dynamic> args) {
  throw UnimplementedError('printJob() has not been implemented.');
}