commitPrinterBufferWithCallback method

Future<String?> commitPrinterBufferWithCallback()

Submete a fila e aguarda o resultado real da impressora (resolve apenas em onPrintResult).

Implementation

Future<String?> commitPrinterBufferWithCallback() {
  throw UnimplementedError(
      'commitPrinterBufferWithCallback() has not been implemented');
}