open method

Future<void> open()
override

Implementation

Future<void> open() =>
    RustLib.instance.api.crateApiSerialportLddSerialPortInfoOpen(
      that: this,
    );