EffectCallback typedef

Stream<Action> EffectCallback (
  1. Actions action$,
  2. AjwahStore store
)

Implementation

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