ajwah_bloc
ajwah_bloc
EffectCallback typedef
EffectCallback
ajwah_bloc
ajwah_bloc
EffectCallback typedef
ajwah_bloc library
Classes
Action
Actions
BaseEffect
BaseState
Store
Functions
createStore
dispatch
store
Typedefs
EffectCallback
EffectCallback
typedef
Observable
<
Action
>
EffectCallback
(
Actions
action$
,
Store
store$
)
Implementation
typedef EffectCallback = Observable<Action> Function( Actions action$, Store store$);