method supabase.SupabaseClient.prototype.removeAllChannelsimport { supabase } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; const { SupabaseClient } = supabase; removeAllChannels(): Promise<("ok" | "timed out" | "error")[]>Unsubscribes and removes all Realtime channels from Realtime client. Unsubscribes and removes all Realtime channels from Realtime client. ReturnsPromise<("ok" | "timed out" | "error")[]>