signInWithGoogle method

Future<void> signInWithGoogle({
  1. required bool fromSignUp,
})

Implementation

Future<void> signInWithGoogle({required bool fromSignUp}) async {
  await handleSignupProvider(GoogleAuthProvider(), fromSignUp);
}