TlsConfigInput constructor

TlsConfigInput({
  1. String? serverNameToVerify,
})

Implementation

TlsConfigInput({
  this.serverNameToVerify,
});