firebase_storage_platform_interface/src/method_channel/utils/exception library

Functions

catchFuturePlatformException<T>(Object exception, StackTrace stackTrace) Future<T>
Catches a PlatformException and converts it into a FirebaseException if it was intentionally caught on the native platform.
convertPlatformException(dynamic exception, StackTrace stackTrace) → Never
Catches a PlatformException and returns an Exception.
platformExceptionToFirebaseException(PlatformException platformException, StackTrace stackTrace) FirebaseException
Converts a PlatformException into a FirebaseException.