JavaScriptAndroidEvaluationFailedException constructor

JavaScriptAndroidEvaluationFailedException(
  1. PlatformException platformException
)

Creates a new JavaScriptAndroidEvaluationFailedException with the given platformException.

Implementation

JavaScriptAndroidEvaluationFailedException(this.platformException)
    : super(
        platformException.message ?? 'JavaScript execution failed',
      );