IOHttpClientAdapter constructor

IOHttpClientAdapter({
  1. @Deprecated('Use createHttpClient instead. This will be removed in 6.0.0') OnHttpClientCreate? onHttpClientCreate,
  2. CreateHttpClient? createHttpClient,
  3. ValidateCertificate? validateCertificate,
})

Implementation

IOHttpClientAdapter({
  @Deprecated('Use createHttpClient instead. This will be removed in 6.0.0')
  this.onHttpClientCreate,
  this.createHttpClient,
  this.validateCertificate,
});