async_redux package
documentation
async_redux
ReduxAction
<
St
>
setStore method
setStore
async_redux package
documentation
async_redux
ReduxAction
<
St
>
setStore method
ReduxAction class
Constructors
ReduxAction
Properties
dispatch
dispatchFuture
hasFinished
hashCode
runtimeType
state
stateTimestamp
status
store
Methods
abortDispatch
after
before
noSuchMethod
reduce
reduceWithState
setStore
toString
wrapError
wrapReduce
Operators
operator ==
setStore
method
void
setStore
(
Store
<
St
>
store
)
Implementation
void setStore(Store<St> store) => _store = store;