onRequest method
      
void
onRequest(
    
- RequestOptions options,
- RequestInterceptorHandler handler
inherited
    Called when the request is about to be sent.
Implementation
void onRequest(
  RequestOptions options,
  RequestInterceptorHandler handler,
) {
  handler.next(options);
}