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