WebMessageListener class

This listener receives messages sent on the JavaScript object which was injected by InAppWebViewController.addWebMessageListener.

Constructors

WebMessageListener({required String jsObjectName, Set<String>? allowedOriginRules, OnPostMessageCallback? onPostMessage})

Properties

allowedOriginRules Set<String>
A set of matching rules for the allowed origins.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
Message Listener ID used internally.
latefinal
jsObjectName String
The name for the injected JavaScript object.
final
onPostMessage OnPostMessageCallback?
Event that receives a message sent by a postMessage() on the injected JavaScript object.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

handleMethod(MethodCall call) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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