ajwah_bloc
ajwah_bloc
EffectCallback typedef
EffectCallback
ajwah_bloc
ajwah_bloc
EffectCallback typedef
ajwah_bloc library
Classes
Action
Actions
BaseEffect
BaseState
Store
Functions
addEffect
addEffects
addState
createStore
dispatch
exportState
getStore
importState
removeEffectsByKey
removeStateByStateName
select
select2
Typedefs
EffectCallback
EffectCallback
typedef
Stream
<
Action
>
EffectCallback
(
Actions
action$
,
Store
store$
)
Implementation
typedef EffectCallback = Stream<Action> Function(Actions action$, Store store$);