configLcd static method

Future<void> configLcd(
  1. LcdOpt opt
)

Control the status of the customer display LCD PrinterService >= v1.6.3

Implementation

static Future<void> configLcd(LcdOpt opt) {
  return NyxPrinterPlatform.instance.configLcd(opt);
}