send

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.