googleSignIn static method

Future<User> googleSignIn()

Implementation

static Future<User> googleSignIn() {
  return GoogleSignInUseCase(_repo).call();
}