GoogleIdentityProvider constructor

GoogleIdentityProvider({
  1. String buttonText,
  2. String client_id,
  3. String client_secret,
  4. IdentityProviderLoginMethod loginMethod,
  5. GoogleIdentityProviderProperties properties,
  6. String scope,
})

Implementation

GoogleIdentityProvider(
    {this.buttonText,
    this.client_id,
    this.client_secret,
    this.loginMethod,
    this.properties,
    this.scope});