call abstract method

dynamic call(
  1. Store<S> store,
  2. A extraArgument
)

The method that acts as the ThunkActionWithExtraArgument

Implementation

dynamic call(Store<S> store, A extraArgument);