runPrinterLddCommand function
打印指令
Implementation
void runPrinterLddCommand(
{required Printer printer, required LddCommand lddCommand}) =>
RustLib.instance.api.crateApiPrinterRunPrinterLddCommand(
printer: printer, lddCommand: lddCommand);