Skip to content

Instantly share code, notes, and snippets.

@mhmzdev
Last active April 9, 2020 07:08
Show Gist options
  • Save mhmzdev/6d50142658fcd7e77ca838bb874607e7 to your computer and use it in GitHub Desktop.
Save mhmzdev/6d50142658fcd7e77ca838bb874607e7 to your computer and use it in GitHub Desktop.
verificationFailed() {
return (AuthException exception) {
print('Verification Failed: ${exception.code}');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment