publish Update Content Event Async
abstract suspend fun publishUpdateContentEventAsync(content: String, selector: String? = null): Result
Publishes a UPDATE CONTENT event with the content and selector.
Return
The result of the operation.
Parameters
content
The content.
selector
The selector.