JavaScriptAndroidEnvironmentGoneException constructor

const JavaScriptAndroidEnvironmentGoneException(
  1. PlatformException platformException
)

Creates a new JavaScriptAndroidEnvironmentGoneException with the given platformException.

Implementation

const JavaScriptAndroidEnvironmentGoneException(this.platformException)
    : super(
          'JavaScriptAndroid javascript environment is unavailable because no active javascript environment was found because it is uninitialized, disposed, crashed, or never existed');