GreenVideoController class

Constructors

GreenVideoController()

Properties

connected bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isFullscreen bool
getter/setter pair
isMuted bool
getter/setter pair
isPlaying bool
getter/setter pair
onReady ↔ void Function()?
getter/setter pair
playerEvents Stream<GreenVideoPlayerEvent>
no setter
position double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showsUi bool
getter/setter pair
startCommand GreenVideoCommand?
getter/setter pair
viewId int?
getter/setter pair

Methods

dispose() → void
execute(GreenVideoCommand command) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setViewId(int viewId) → void
toString() String
A string representation of this object.
inherited

Operators

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