method supabase.RealtimeClient.prototype.removeChannelimport { supabase } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; const { RealtimeClient } = supabase; removeChannel(channel: RealtimeChannel): Promise<RealtimeRemoveChannelResponse>Unsubscribes and removes a single channel Unsubscribes and removes a single channel Parameterschannel: RealtimeChannelA RealtimeChannel instance ReturnsPromise<RealtimeRemoveChannelResponse>