send abstract method
Sends a client message to the session.
This may be called concurrently from multiple sources. Provider implementations must serialize access to the underlying transport when it does not support concurrent sends.
Implementation
Future<void> send(
RealtimeClientMessage message, {
CancellationToken? cancellationToken,
});