ListenerTlsFileCertificate constructor

ListenerTlsFileCertificate({
  1. required String certificateChain,
  2. required String privateKey,
})

Implementation

ListenerTlsFileCertificate({
  required this.certificateChain,
  required this.privateKey,
});