KrakenJavaScriptChannel class

Inheritance

Constructors

KrakenJavaScriptChannel()

Properties

hashCode int
The hash code for this object.
no setterinherited
methodCallCallback MethodCallCallback?
no setter
onMethodCall MethodCallCallback?
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

invokeMethod(String method, dynamic arguments) Future
invokeMethodFromJavaScript(String method, List arguments) Future
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited