CertificateProviderInstance constructor

CertificateProviderInstance({
  1. String? pluginInstance,
})

Implementation

CertificateProviderInstance({
  this.pluginInstance,
});