GoogleSignInArgs constructor
GoogleSignInArgs({})
Implementation
GoogleSignInArgs({
required this.clientId,
required this.redirectUri,
this.scope = _defaultSignInScope,
this.immediate = false,
this.responseType = 'token id_token',
});