Catching exception from native code (Android) in Flutter

891 Views Asked by At

If I throw an Exception in Android, it doesn't not catch it on the flutter side. I am using the MethodChannel to trigger methods on Android. Is there a way to accomplish this?

0

There are 0 best solutions below