TlsConfig constructor

TlsConfig({
  1. bool? insecureSkipVerification,
})

Implementation

TlsConfig({
  this.insecureSkipVerification,
});