method WebSocketClient.prototype.toimport { WebSocketClient } from "https://deno.land/x/wocket@v1.0.0/mod.ts"; to(channelName: string, message: Record<string, unknown> | string | Uint8Array): voidSend a message to the server ParameterschannelName: string The channel name to send to message: Record<string, unknown> | string | Uint8Array The message to send to the channel Returnsvoid