onHttpResponse method
void
onHttpResponse(
- Response response, {
- dynamic body,
Handle both request and response from http package
Implementation
void onHttpResponse(http.Response response, {dynamic body}) {
_httpAdapter.onResponse(response, body: body);
}