handleNativeException method

  1. @override
void handleNativeException(
  1. Error error,
  2. bool haveCaught
)
override

Implementation

@override
void handleNativeException(Error error, bool haveCaught) {
  globalConfigs.exceptionHandlerAdapter?.handleNativeException(
    error,
    haveCaught,
  );
}