call abstract method

dynamic call(
  1. Store<State> store,
  2. dynamic action,
  3. NextDispatcher next
)

A Middleware function that intercepts a dispatched action

Implementation

dynamic call(Store<State> store, dynamic action, NextDispatcher next);