LoginProviders constructor

const LoginProviders({
  1. SamlProvider? saml,
})

Implementation

const LoginProviders({
  this.saml,
});