call abstract method

Stream<TState> call(
  1. Context<TState> context,
  2. Event event,
  3. NextMiddleware<TState> next
)

Implementation

Stream<TState> call(
  Context<TState> context,
  Event event,
  NextMiddleware<TState> next,
);