postSideEffect

suspend fun postSideEffect(sideEffect: SE)(source)

Side effects allow you to deal with things like tracking, navigation etc.

These are delivered through Container.sideEffectFlow by calling Syntax.postSideEffect.

Parameters

sideEffect

the side effect to post through the side effect flow