ajwah_bloc
ajwah_bloc
Store
dispatch method
dispatch
ajwah_bloc
ajwah_bloc
Store
dispatch method
Store class
Constructors
Store
Properties
hashCode
runtimeType
Methods
addEffect
addEffects
addState
dispatch
dispose
exportState
importState
removeEffectsByKey
removeStateByStateName
select
noSuchMethod
toString
Operators
operator ==
dispatch
method
Store
dispatch
(
Action
action
)
Implementation
Store dispatch(Action action) { _storeHelper.dispatch(action); return this; }