MTLSConfig constructor

const MTLSConfig({
  1. String? cert,
  2. String? key,
  3. String? passphrase,
})

Implementation

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