getAvailablePorts function
获取可用的端口
Implementation
Future<List<LddSerialPortInfo>> getAvailablePorts() =>
RustLib.instance.api.crateApiSerialportGetAvailablePorts();
获取可用的端口
Future<List<LddSerialPortInfo>> getAvailablePorts() =>
RustLib.instance.api.crateApiSerialportGetAvailablePorts();