Bridge class

Constructors

Bridge(String script)
Bridge.from(String scriptUrl)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
jsonEncoder JsonEncoder
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
script String
final

Methods

call(String functionName, [dynamic parameters]) → void
/////////////////////////// ///////////////////////////
dispose() → void
message(String type, [Map<String, dynamic>? parameters]) → void
///////////////////////////// /////////////////////////////
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners(String? type, Map<String, dynamic> parameters) → void
registerListener(String type, OnMessageCallback callback) → void
removeListener(String type, OnMessageCallback callback) → void
toString() String
A string representation of this object.
inherited

Operators

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