NextDispatcher

NextDispatcher = void Function(Action action)

The next dispatcher in the middleware chain.

Implementation

typedef NextDispatcher = void Function(Action action);