ServerTrustChallenge constructor
ServerTrustChallenge({
- required URLProtectionSpace protectionSpace,
Implementation
ServerTrustChallenge({required URLProtectionSpace protectionSpace})
: super(protectionSpace: protectionSpace);