next method
Continue to call the next request interceptor.
Implementation
void next(RequestOptions requestOptions) {
_completer.complete(InterceptorState<RequestOptions>(requestOptions));
_processNextInQueue?.call();
}
Continue to call the next request interceptor.
void next(RequestOptions requestOptions) {
_completer.complete(InterceptorState<RequestOptions>(requestOptions));
_processNextInQueue?.call();
}