lddGetAllPrinters function

Future<List<LddWinPrinter>> lddGetAllPrinters()

获取全部的打印机.

Implementation

Future<List<LddWinPrinter>> lddGetAllPrinters() =>
    RustLib.instance.api.crateApiPrintersLddGetAllPrinters();