next

abstract fun next(action: Action): State

Calls the next middleware function in the chain, or the real Store.dispatch function if the middleware is the last in the chain.