InfospectHttpClientInterceptor constructor

InfospectHttpClientInterceptor({
  1. required Client client,
  2. required Infospect infospect,
})

Constructs a new instance of InfospectHttpClientInterceptor.

The client is the original HTTP client that the application would typically use to make network requests.

The infospect is the primary system that manages and logs network activities.

Implementation

InfospectHttpClientInterceptor(
    {required this.client, required this.infospect});