post

fun <T : Any> post(event: T, retain: Boolean = false)

Posts a new event to StateFlow of the event type.

Parameters

retain

If the event should be retained in the flow for future subscribers. This is false by default.