EdgeDataChannel.send()
DESCRIPTION
Send a Data byte buffer over the data channel.
DECLARATION
func send(_ data: Data) async
PARAMETERS
data:
- The binary data to be sent.
Send a Data byte buffer over the data channel.
func send(_ data: Data) async
data: