PlatformNotImplemented class

Inheritance

Constructors

PlatformNotImplemented()

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>
override
count() Future<int>
Return the count of all created windows.
override
create(String key, {Size? size, String? title, Alignment? alignment}) Future<void>
Create a new window identified by the given key.
override
emit(String key, String from, dynamic data) Future<void>
Emit data to the window identified by the given key.
override
events(String key, String creatorKey) Stream<DataEvent>
Setup a EventChannel to the native side for a window identified by key.
override
getTitle(String key) Future<String>
Get the title on a window identified by the given key.
override
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.
override
toString() String
A string representation of this object.
inherited

Operators

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