IOHttpClientAdapter constructor
IOHttpClientAdapter({
- @Deprecated('Use createHttpClient instead. This will be removed in 6.0.0') OnHttpClientCreate? onHttpClientCreate,
- CreateHttpClient? createHttpClient,
- ValidateCertificate? validateCertificate,
Implementation
IOHttpClientAdapter({
@Deprecated('Use createHttpClient instead. This will be removed in 6.0.0')
this.onHttpClientCreate,
this.createHttpClient,
this.validateCertificate,
});