signInGoogle method

Future<User?> signInGoogle()

Implementation

Future<User?> signInGoogle() async {
  return _signIn(AuthMethod.GOOGLE);
}