BestplayerController class

Properties

duration Duration
no setter
hashCode int
The hash code for this object.
no setterinherited
isAdPlaying bool
no setter
isPlaying bool
no setter
isReady bool
no setter
position Duration
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(void listener(BestPlayerEvent event)) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() Future<void>
play() Future<void>
removeListener() → void
seekTo(Duration position) Future<void>
setupDataSource(BestplayerVodModel vod) Future<void>
stop() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance BestplayerController
getter/setter pair