OIDC constructor

OIDC({
  1. String? issuer,
})

Implementation

OIDC({
  this.issuer,
});