call abstract method

Stream call(
  1. Stream actions,
  2. EpicStore<State> store
)

Implementation

Stream<dynamic> call(
  Stream<dynamic> actions,
  EpicStore<State> store,
);