MiddlewareApi
MiddlewareApi<
The API available to middleware.
Implementation
typedef MiddlewareApi<S> = ({
S Function() getState,
void Function(Action action) dispatch,
});
MiddlewareApi<
The API available to middleware.
typedef MiddlewareApi<S> = ({
S Function() getState,
void Function(Action action) dispatch,
});