Skip to content

Instantly share code, notes, and snippets.

@vijayinyoutube
Created December 23, 2021 10:06
Show Gist options
  • Save vijayinyoutube/48b73b35edfcebe6fca2ecf75d466a00 to your computer and use it in GitHub Desktop.
Save vijayinyoutube/48b73b35edfcebe6fca2ecf75d466a00 to your computer and use it in GitHub Desktop.
signOut() async {
try {
await FirebaseAuth.instance.signOut();
debugPrint("Logged out successfully!");
} catch (e) {
debugPrint(e.toString());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment