epic property

Stream Function(Stream<Action> actions, EpicStore<State> store) epic
final

Implementation

final Stream<dynamic> Function(
  Stream<Action> actions,
  EpicStore<State> store,
) epic;