CertificatePinningInterceptor constructor

CertificatePinningInterceptor({
  1. int timeout = 0,
  2. bool callFollowingErrorInterceptor = false,
})

Implementation

CertificatePinningInterceptor({
  int timeout = 0,
  this.callFollowingErrorInterceptor = false,
})  :
      _timeout = timeout;