openPrinter method

Future<LddPrinter> openPrinter()
override

打开打印机

Implementation

Future<LddPrinter> openPrinter() =>
    RustLib.instance.api.crateApiPrinterLddConsoleDriverOpenPrinter(
      that: this,
    );