call abstract method

State call(
  1. State state,
  2. dynamic action
)

The Reducer function that converts the current state and action into a new state

Implementation

State call(State state, dynamic action);