releaseInterface method

void releaseInterface({
  1. required int iface,
})
override

释放接口

Implementation

void releaseInterface({required int iface}) => RustLib.instance.api
    .crateApiUsbUsbHandleReleaseInterface(that: this, iface: iface);