next method
Continue to call the next response interceptor.
Implementation
void next(Response response) {
_completer.complete(
InterceptorState<Response>(response),
);
_processNextInQueue?.call();
}
Continue to call the next response interceptor.
void next(Response response) {
_completer.complete(
InterceptorState<Response>(response),
);
_processNextInQueue?.call();
}