CertificateVerifyFailed constructor

CertificateVerifyFailed(
  1. dynamic message, {
  2. GrpcError? cause,
})

Constructs a new instance of CertificateVerifyFailed from given cause

Implementation

CertificateVerifyFailed(this.message, {this.cause});