setResponseCallBack method
Implementation
BuildRequest<T> setResponseCallBack(
    Function(Response response) responseCallBack) {
  this.onResponse = responseCallBack;
  return this;
}BuildRequest<T> setResponseCallBack(
    Function(Response response) responseCallBack) {
  this.onResponse = responseCallBack;
  return this;
}