Skip to content

Instantly share code, notes, and snippets.

@ptruiz
Created October 12, 2020 21:52
Show Gist options
  • Save ptruiz/96e6dbc81107766d124de320ad9c8f69 to your computer and use it in GitHub Desktop.
Save ptruiz/96e6dbc81107766d124de320ad9c8f69 to your computer and use it in GitHub Desktop.
void signOut() async {
await firebaseAuth.signOut().then((value) => {
setState(() {
user = null;
})
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment