Hi, I want query a tag, follow the example, I can call this function ``` MTPush.queryTag({ sequence: 1, tag: "111" }) ``` But this function return a `void` and there is no listener to get this function's return value So how can I query tag use this function?