requestWillStart abstract method

void requestWillStart({
  1. RequestOptions? options,
  2. RequestInterceptorHandler? handler,
})

Implementation

void requestWillStart(
    {RequestOptions? options, RequestInterceptorHandler? handler});