VideoControllerService class abstract

A service that provides methods to obtain video player controllers.

This abstract class defines the contract for services that manage the creation and configuration of video player controllers.

Implementers

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

getControllerForVideo(VideoModel videoModel, bool isCaching) Future<VideoPlayerController>
Gets a VideoPlayerController for a given video model.
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