WindowHandle class abstract
Handle of a window.
- Implementers
Constructors
- WindowHandle(String url, {String? id})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Unique identifier of this WindowHandle.
final
- isOpen → bool
-
Indicates whether this window is opened.
no setter
- messages → Stream
-
Returns a Stream of messages from this window.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
URL of this WindowHandle.
final
Methods
-
close(
) → void - Closes the WindowHandle.
-
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.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited