onBeforeRequest property

Future<void> Function(RequestOptions options, RequestInterceptorHandler handler)? onBeforeRequest
final

Implementation

final Future<void> Function(
  RequestOptions options,
  RequestInterceptorHandler handler,
)? onBeforeRequest;