MiddlewareApi<State extends Built<State, StateBuilder> , StateBuilder extends Builder<State, StateBuilder> , Actions extends ReduxActions> class
MiddlewareApi put in scope to your Middleware function by redux. When using MiddlewareBuilder (recommended) MiddlewareApi is passed to your MiddlewareHandler
Constructors
-
MiddlewareApi.new(Store<
State, StateBuilder, Actions> _store) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited