MacOSJavaScriptReplyProxy class
- Inheritance
-
- Object
- PlatformInterface
- MacOSJavaScriptReplyProxy
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
params
→ PlatformJavaScriptReplyProxyCreationParams
-
The parameters used to initialize the
PlatformJavaScriptReplyProxy
.
finalinherited
-
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
-
postMessage(WebMessage message)
→ Future<void>
-
Post a
message
to the injected JavaScript object which sent this PlatformJavaScriptReplyProxy
.
-
toString()
→ String
-
A string representation of this object.