send
Sends a single message with optional resumption support
suspend fun send(message: JSONRPCMessage, resumptionToken: String?, onResumptionToken: (String) -> Unit? = null)(source)
Sends one or more messages with optional resumption support. This is the main send method that matches the TypeScript implementation.