exitPrinterBufferWithCallback method
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');
}