_flutterfire_internals/src/exception library

Extensions

EventChannelExtension on EventChannel
A custom EventChannel with default error handling logic.

Functions

convertPlatformExceptionToFirebaseException(Object exception, StackTrace rawStackTrace, {required String plugin}) → Never
Catches a PlatformException and returns an Exception.
platformExceptionToFirebaseException(PlatformException platformException, {required String plugin}) FirebaseException
Converts a PlatformException into a FirebaseException.