FancyVideoPlayerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FancyVideoPlayerPlatform
Implementers

Constructors

FancyVideoPlayerPlatform.new()
Constructs a FancyVideoPlayerPlatform.

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setErrorCallback(Function callback) → void
setOnBackPressed(Function callback) → void
setOnEnterPictureInPicture(Function callback) → void
setOnErrorBoxClicked(Function callback) → void
startPlayer({required String url, Map<String, String>? headers, bool autoPlay = true, bool closeOnError = false, bool showErrorBox = false, List<Subtitle>? subtitles}) Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FancyVideoPlayerPlatform
The default instance of FancyVideoPlayerPlatform to use.
getter/setter pair