onNativeException abstract method
Called when native code captures an exception (if exception capture is enabled) @param exceptionType The type/class of the exception @param message The exception message @param stackTrace Optional stack trace
Implementation
void onNativeException(
String exceptionType, String message, String? stackTrace);