URLCredential constructor

URLCredential({
  1. String? username,
  2. String? password,
  3. IOSURLCredentialPersistence? iosPersistence,
  4. List<X509Certificate>? iosCertificates,
})

Implementation

URLCredential(
    {this.username,
    this.password,
    this.iosPersistence,
    this.iosCertificates});