GoogleAuthenticationSettings constructor

GoogleAuthenticationSettings({
  1. String? googleAuthenticationRequired,
})

Implementation

GoogleAuthenticationSettings({
  this.googleAuthenticationRequired,
});