apply method

void apply(
  1. Store<S> store,
  2. S state,
  3. dynamic action
)

Implementation

void apply(Store<S> store, S state, dynamic action) => _closure(store, state, action);