NativeGoogleAuthConfig constructor

const NativeGoogleAuthConfig({
  1. String? webClientId,
  2. String? iosClientId,
})

Implementation

const NativeGoogleAuthConfig({
  this.webClientId,
  this.iosClientId,
});