removeAllChannels()
removeAllChannels(): Promise<Array<"ok" | "timed out" | "error">>
Unsubscribe every channel and disconnect.
await realtime.removeAllChannels();
removeAllChannels(): Promise<Array<"ok" | "timed out" | "error">>
Unsubscribe every channel and disconnect.
await realtime.removeAllChannels();