ajwah_bloc
ajwah_bloc
AjwahStore
dispatch method
dispatch
ajwah_bloc
ajwah_bloc
AjwahStore
dispatch method
AjwahStore class
Constructors
AjwahStore
Properties
actions
dispatcher
hashCode
runtimeType
Methods
dispatch
dispose
exportState
getState
importState
noSuchMethod
registerEffect
registerState
select
selectMany
toString
unregisterEffect
unregisterState
Operators
operator ==
dispatch
method
void
dispatch
(
Action
action
)
Implementation
void dispatch(Action action) { _dispatcher.add(action); }