监听USB事件,它在线程池中执行
Stream<List<UsbInfo>> listenUsbEventHandle({BigInt? sleep}) => RustLib.instance.api.crateApiUsbListenUsbEventHandle(sleep: sleep);