TlsConfig constructor

TlsConfig({
  1. String? serverNameToVerify,
})

Implementation

TlsConfig({
  this.serverNameToVerify,
});