GoogleAuthenticationSettings constructor

GoogleAuthenticationSettings({
  1. String? dedicatedDevicesAllowed,
  2. String? googleAuthenticationRequired,
})

Implementation

GoogleAuthenticationSettings({
  this.dedicatedDevicesAllowed,
  this.googleAuthenticationRequired,
});