InterceptedHttpClient constructor

InterceptedHttpClient({
  1. required HttpsDebug httpsDebugController,
  2. required Client httpClient,
})

Implementation

InterceptedHttpClient({
  required this.httpsDebugController,
  required this.httpClient,
});