emit
Alias for Store.emit
Alias for IntentReceiver.emit for multiple intents
See also
Alias for ActionReceiver.action for multiple actions
See also
suspend fun <S : MVIState, A : MVIAction> IntentReceiver<LambdaIntent<S, A>>.emit(block: suspend PipelineContext<S, LambdaIntent<S, A>, A>.() -> Unit)
An alias for pro.respawn.flowmvi.api.IntentReceiver.emit (LambdaIntent (block))