GoogleAuthenticationOptions constructor

GoogleAuthenticationOptions({
  1. String? authenticationRequirement,
  2. String? requiredAccountEmail,
})

Implementation

GoogleAuthenticationOptions({
  this.authenticationRequirement,
  this.requiredAccountEmail,
});