GoogleSignInConfig constructor
GoogleSignInConfig({})
Parameters required for web-based authentication flows
Implementation
GoogleSignInConfig(
{
///the Identifier value shown on the detail view of the service after opening
///it from social sign in console or developer
required this.clientId,
required this.clientSecret,
required this.redirectUrl,
this.scope = const ["profile", "email"]});