firebase_auth_platform_interface/src/method_channel/utils/exception library

Functions

convertPlatformException(Object exception, StackTrace stackTrace, {bool fromPigeon = false}) → Never
Catches a PlatformException and converts it into a FirebaseAuthException if it was intentionally caught on the native platform.
platformExceptionToFirebaseAuthException(PlatformException platformException, {bool fromPigeon = false}) FirebaseException
Converts a PlatformException into a FirebaseAuthException.