InterceptedHttpClient constructor
InterceptedHttpClient({
- required HttpsDebug httpsDebugController,
- required Client httpClient,
Implementation
InterceptedHttpClient({
required this.httpsDebugController,
required this.httpClient,
});