IGoogleSignInInitParameters constructor
const
IGoogleSignInInitParameters({})
The parameters to use when initializing the sign in process.
Implementation
const IGoogleSignInInitParameters({
this.scopes = const <String>[],
this.signInOption = IGoogleSignInOption.standard,
this.hostedDomain,
this.clientId,
this.serverClientId,
this.forceCodeForRefreshToken = false,
});