dispatchDecodeResponse method

dynamic dispatchDecodeResponse(
  1. Store store
)

Implementation

dispatchDecodeResponse(Store store) {
  this.decodeResponse!(store, this.response!);
}