removeChannel()
removeChannel(channel: RealtimeChannel): Promise<"ok" | "timed out" | "error">
取消订阅并拆除单个频道。
await realtime.removeChannel(channel);
removeChannel(channel: RealtimeChannel): Promise<"ok" | "timed out" | "error">
取消订阅并拆除单个频道。
await realtime.removeChannel(channel);