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?
Asked
Active
Viewed 632 times
0
-
1throw them using `result.error` – nitishk72 May 04 '22 at 08:59
-
1you ca read this https://api.flutter.dev/flutter/services/MethodChannel/invokeMethod.html – nitishk72 May 04 '22 at 09:00