afterResponse method
Called before the response is returned.
Implementation
Future<InterceptorResult<HttpResponse>> afterResponse(
HttpResponse response,
) async {
return next();
}
Called before the response is returned.
Future<InterceptorResult<HttpResponse>> afterResponse(
HttpResponse response,
) async {
return next();
}