method Deno.DatagramConn.sendDatagramConn.send(p: Uint8Array,addr: Addr,): Promise<number>DeprecatedSends a message to the target via the connection. The method resolves with the number of bytes sent. Parametersp: Uint8Arrayaddr: AddrReturn TypePromise<number>