dispatchStore method

void dispatchStore(
  1. T storeState
)

Implementation

void dispatchStore(T storeState) => dispatch(storeAction(storeState));