EffectCallback typedef
- Actions action$,
- AjwahStore store
Implementation
typedef EffectCallback = Stream<Action> Function(
Actions action$, AjwahStore store);
typedef EffectCallback = Stream<Action> Function(
Actions action$, AjwahStore store);