setParamsToBodyData method
Implementation
BuildRequest setParamsToBodyData(bool toBody) {
_toBodyData = toBody;
_toFormData = false;
return this;
}
BuildRequest setParamsToBodyData(bool toBody) {
_toBodyData = toBody;
_toFormData = false;
return this;
}