MultiWindow class

Properties

events Stream<DataEvent>
Event stream on which all events for this window will be received.
no setter
hashCode int
The hash code for this object.
no setterinherited
key String
The key with which this window is identified.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
dispose() → void
emit(dynamic data) Future<void>
Emit data to this window.
getTitle() Future<String>
Retrieve the title of this window.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setTitle(String title) Future<void>
Set the title of this window.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

current MultiWindow
The current instance of this window.
no setter

Static Methods

count() Future<int>
Return the count of all created windows.
create(String key, {Size? size, String? title, Alignment? alignment}) Future<MultiWindow>
Create a new window with given key.
init(List<String> args) → void
Initialize the MultiWindow plugin.