JavaScriptAndroidEvaluationFailedException constructor
JavaScriptAndroidEvaluationFailedException(
- PlatformException platformException
Creates a new JavaScriptAndroidEvaluationFailedException with the given platformException
.
Implementation
JavaScriptAndroidEvaluationFailedException(this.platformException)
: super(
platformException.message ?? 'JavaScript execution failed',
);