requestOne method

dynamic requestOne(
  1. String id
)

Implementation

requestOne(String id) {
  store.dispatch(RequestRetrieveOne<T>(id));
}