WindowHandleImpl class
Handle of a window implemented for Web platform.
- Inheritance
-
- Object
- WindowHandle
- WindowHandleImpl
Constructors
- WindowHandleImpl(String url, {String? id})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Unique identifier of this WindowHandle.
finalinherited
- isOpen → bool
-
Indicates whether this window is opened.
no setteroverride
- messages → Stream
-
Returns a Stream of messages from this window.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
URL of this WindowHandle.
finalinherited
Methods
-
close(
) → void -
Closes the WindowHandle.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
postMessage(
Map< String, dynamic> message) → void -
Posts messages to this WindowHandle.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited