SecureHttpClientWeb constructor

SecureHttpClientWeb({
  1. bool allowSslError = false,
})

Erstellt einen neuen SecureHttpClientWeb

allowSslError - Ob HTTP-Verbindungen erlaubt sind (Standard: false)

Implementation

SecureHttpClientWeb({this.allowSslError = false});