exitPrinterBufferWithCallback method

Future<String?> exitPrinterBufferWithCallback(
  1. bool commit
)

Encerra o modo transação e aguarda o resultado real da impressora.

Implementation

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