onResponse method
Called when the response is about to be resolved.
Implementation
@override
void onResponse(Response response, ResponseInterceptorHandler handler) {
/// Forward the response without modifications.
handler.next(response);
}
Called when the response is about to be resolved.
@override
void onResponse(Response response, ResponseInterceptorHandler handler) {
/// Forward the response without modifications.
handler.next(response);
}