internal/network_logger library

Classes

LogDropNetworkLogger
Main SDK class to initialize network interception. It uses HttpOverrides to inject a custom HttpClient into the application.

Typedefs

HttpLogCallback = void Function(HttpClientRequest request, HttpClientResponse? response, String? requestBody, String? responseBody, int durationMs, String? errorType, String? errorMessage)
Callback signature for handling HTTP logs.