HttpRequestImpl constructor Null safety
- {bool allowAutoSignedCert = true,
- List<
TrustedCertificate> ? trustedCertificates, - bool withCredentials = false}
Implementation
HttpRequestImpl({
bool allowAutoSignedCert = true,
List<TrustedCertificate>? trustedCertificates,
bool withCredentials = false,
});