flowEffect

fun <A : Action> flowEffect(effectId: EffectId, triggerAction: A, ownerId: OwnerId? = null, block: suspend () -> Flow<A>): FlowEffect<A>