GoogleSignIn.games constructor
GoogleSignIn.games()
Factory for creating sign in suitable for games. This option is only supported on Android.
Implementation
factory GoogleSignIn.games() {
return GoogleSignIn(signInOption: SignInOption.games);
}