TLSConfig constructor

const TLSConfig({
  1. String? cert,
  2. String? key,
  3. String? passphrase,
  4. List<String>? ca,
})

Implementation

const TLSConfig({this.cert, this.key, this.passphrase, this.ca});