SecureHttpClientWeb constructor
SecureHttpClientWeb({
- bool allowSslError = false,
Erstellt einen neuen SecureHttpClientWeb
allowSslError
- Ob HTTP-Verbindungen erlaubt sind (Standard: false)
Implementation
SecureHttpClientWeb({this.allowSslError = false});