VideoJsResults class

Constructors

VideoJsResults()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
onVolumeFromJsStream StreamController<ResultFromVideoJs>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → dynamic
close StreamController
init() → dynamic
this function need to call on app's main method to register call back's from javascript side
listenToValueFromJs(String playerId, String type, dynamic onJsValue(String)) → dynamic
this function listening to every call back from javascript type type can be onReady, onEnd, getVolume, isMute, isFull, isPaused, getCurrent, getDuration, getRemaining, getBuffered, getPoster, onReady
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