ServerTrustChallenge constructor

ServerTrustChallenge({
  1. required URLProtectionSpace protectionSpace,
})

Implementation

ServerTrustChallenge({required URLProtectionSpace protectionSpace})
    : super(protectionSpace: protectionSpace);