Skip to content

Instantly share code, notes, and snippets.

@ptruiz
Created October 12, 2020 23:58
Show Gist options
  • Save ptruiz/9cbc7ecdc8585069aae64a5dde78caf2 to your computer and use it in GitHub Desktop.
Save ptruiz/9cbc7ecdc8585069aae64a5dde78caf2 to your computer and use it in GitHub Desktop.
void signInWithGoogle() async {
final GoogleSignInAccount googleUser = await GoogleSignIn().signIn();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment