javascript_flutter library

Classes

JavaScript
Represents a connection to an environment where JavaScript code can be evaluated.
JavaScriptChannelParams
Describes the parameters necessary for registering a JavaScript channel.
JavaScriptMessage
A message that was sent by JavaScript code running in a JavaScriptPlatform environment.
JavaScriptPlatform
The interface that implementations of javascript must implement.
JavaScriptReply
A message that is sent to the JavaScript code running in a JavaScriptPlatform environment as a reply to a JavaScriptMessage .

Exceptions / Errors

JavaScriptEnvironmentClosedException
Exception thrown when a JavaScript environment is closed.
JavaScriptEnvironmentDeadException
Exception thrown when a JavaScript environment is dead.
JavaScriptEnvironmentTerminatedException
Exception thrown when a JavaScript environment is terminated.
JavaScriptEnvironmentUninitializedException
Exception thrown when a JavaScript environment is uninitialized.
JavaScriptExecutionException
Exception thrown when a JavaScript execution fails.
JavaScriptInstanceNotFoundException
Exception thrown when a JavaScript instance with the given javascript instance id is not found.
JavaScriptPlatformException
Exception thrown when a JavaScript platform error occurs.
JavaScriptUnavailablePlatformException
Exception thrown when a JavaScript platform or JavaScript environment is unavailable.