SecureHttpClientIO constructor

SecureHttpClientIO(
  1. HttpClient? inner, {
  2. bool allowSslError = false,
})

Erstellt einen neuen SecureHttpClientIO

inner - Der zugrunde liegende HttpClient allowSslError - Ob HTTP-Verbindungen erlaubt sind (Standard: false)

Implementation

SecureHttpClientIO(super.inner, {this.allowSslError = false});