getAvailablePorts function

Future<List<LddSerialPortInfo>> getAvailablePorts()

获取可用的端口

Implementation

Future<List<LddSerialPortInfo>> getAvailablePorts() =>
    RustLib.instance.api.crateApiSerialportGetAvailablePorts();