UWebMessage class abstract
window.postMessage traffic, used by flows that hand control to a page we do not own
(an IPG checkout, an OAuth popup) and wait for it to report back.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Static Methods
-
listen(
UWebMessageHandler onMessage) → void Function() -
Starts listening and returns a disposer. Call the disposer from
dispose(); off the web it is a no-op, so callers need no platform check.