exitPrinterBufferWithCallback method

Future<bool?> exitPrinterBufferWithCallback(
  1. bool isCommit
)

Implementation

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