call abstract method

dynamic call(
  1. Store<State> store
)

The method that acts as the ThunkAction

Implementation

dynamic call(Store<State> store);