Middleware

fun interface Middleware<State>

Gets the chance to interfere with a StoreFlow's dispatch/processing of actions

Functions

Link copied to clipboard
abstract fun CoroutineScope.interfere(store: StoreFlow<State>, next: Dispatch): Dispatch