openCashBox static method

Future<void> openCashBox()

Open cash drawer PrinterService >= v1.6.1

Implementation

static Future<void> openCashBox() {
  return NyxPrinterPlatform.instance.openCashBox();
}