JavaScriptAndroidDataInputException constructor

JavaScriptAndroidDataInputException(
  1. PlatformException platformException
)

Creates a new JavaScriptAndroidDataInputException with the given platformException.

Implementation

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