MixWebBridgeManager class

Constructors

MixWebBridgeManager()

Properties

channelName String
final
hashCode int
The hash code for this object.
no setterinherited
jsRunner ↔ (Future<String> Function(String js)?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

callEvent(String name, {Map<String, dynamic>? data}) → dynamic
injectedJsOnPageStarted(String url) → void
android
injectedJsToUserAgent({String? ua}) String?
ios
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onChannelMessageReceived(String message) → dynamic
runJs(String js) Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

setup({List<MixWebBridge>? bridges}) → dynamic