runPrinterLddCommand function

void runPrinterLddCommand({
  1. required Printer printer,
  2. required LddCommand lddCommand,
})

打印指令

Implementation

void runPrinterLddCommand(
        {required Printer printer, required LddCommand lddCommand}) =>
    RustLib.instance.api.crateApiPrinterRunPrinterLddCommand(
        printer: printer, lddCommand: lddCommand);