ExternalDisplay class

External Display Plugin

Constructors

ExternalDisplay()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

displayConnectionStream Stream<int>
Stream of display connection events
no setter

Static Methods

hidePresentation(int displayId) Future<bool>
Hide presentation from external display
listDisplays([String? category]) Future<List<DisplayInfo>>
Get list of available displays
showPresentation({required int displayId, required String routerName}) Future<bool>
Show presentation on external display
transferDataToPresentation(dynamic data) Future<bool>
Transfer data to presentation display