method supabase.SupabaseClient.prototype.channelRe-exportimport { supabase } from "https://deno.land/x/live@1.53.10/deps.ts"; const { SupabaseClient } = supabase; channel(name: string, opts?: RealtimeChannelOptions): RealtimeChannelCreates a Realtime channel with Broadcast, Presence, and Postgres Changes. Creates a Realtime channel with Broadcast, Presence, and Postgres Changes. Parametersname: string The name of the Realtime channel. optionalopts: RealtimeChannelOptions The options to pass to the Realtime channel. ReturnsRealtimeChannel