beforeRequest method
Called before the request is sent.
Implementation
Future<InterceptorResult<HttpRequest>> beforeRequest(
HttpRequest request,
) async {
return next();
}
Called before the request is sent.
Future<InterceptorResult<HttpRequest>> beforeRequest(
HttpRequest request,
) async {
return next();
}