THEOplayerFlutterAPIImpl class

Implemented types

Constructors

THEOplayerFlutterAPIImpl({BinaryMessenger? binaryMessenger})

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

addEventListener(String eventType, EventListener<Event> listener) → void
override
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCanPlay(double currentTime) → void
override
onCanPlayThrough(double currentTime) → void
override
onDestroy() → void
override
onDurationChange(double duration) → void
override
onEnded(double currentTime) → void
override
onError(String error) → void
override
onLoadedData(double currentTime) → void
override
onLoadedMetadata(double currentTime) → void
override
onLoadStart() → void
override
onPause(double currentTime) → void
override
onPlay(double currentTime) → void
override
onPlaying(double currentTime) → void
override
onProgress(double currentTime) → void
override
onRateChange(double currentTime, double playbackRate) → void
override
onReadyStateChange(double currentTime, ReadyState readyState) → void
override
onResize(double currentTime, int width, int height) → void
override
onSeeked(double currentTime) → void
override
onSeeking(double currentTime) → void
override
onSourceChange(SourceDescription? source) → void
override
onTimeUpdate(double currentTime, int? currentProgramDateTime) → void
override
onVolumeChange(double currentTime, double volume) → void
override
onWaiting(double currentTime) → void
override
removeEventListener(String eventType, EventListener<Event> listener) → void
override
toString() String
A string representation of this object.
inherited

Operators

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