onNativeException abstract method

void onNativeException(
  1. String exceptionType,
  2. String message,
  3. String? stackTrace
)

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);