commitPrinterBuffer method

Future<String?> commitPrinterBuffer()

Submete a fila de impressão atual e mantém o modo transação ativo.

Implementation

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