SideEffectMiddleware
fun <State> SideEffectMiddleware(vararg sideEffects: SideEffect<State>): Middleware<State>
Content copied to clipboard
fun <State> SideEffectMiddleware(sideEffects: Collection<SideEffect<State>>): Middleware<State>
Content copied to clipboard
Returns a Middleware that passes actions to the supplied sideEffects, then dispatches their returned Actions back into the StoreFlow