trackedFlowEffect

fun <A : Action, R, C : A> trackedFlowEffect(effectId: EffectId, triggerAction: A, actionWrapper: (FlowEffectEvent<R>) -> C, ownerId: OwnerId? = null, block: suspend () -> Flow<R>): FlowEffect<A>