MultiWindowInterface class abstract

Inheritance
  • Object
  • PlatformInterface
  • MultiWindowInterface
Implementers

Constructors

MultiWindowInterface()

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

close(String key) Future<void>
count() Future<int>
Return the count of all created windows.
create(String key, {Size? size, String? title, Alignment? alignment}) Future<void>
Create a new window identified by the given key.
emit(String key, String from, dynamic data) Future<void>
Emit data to the window identified by the given key.
events(String key, String creatorKey) Stream<DataEvent>
Setup a EventChannel to the native side for a window identified by key.
getTitle(String key) Future<String>
Get the title on a window identified by the given key.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setTitle(String key, String title) Future<void>
Set the title on a window identified by the given key.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance MultiWindowInterface
The default instance of MultiWindowInterface to use.
getter/setter pair