handleNativeException method

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

Implementation

void handleNativeException(Error error, bool haveCaught) {
  LogUtils.dBridge('error: ${error.toString()}, haveCaught: $haveCaught');
}