MediaPlayerService class abstract

Constructors

MediaPlayerService.new()

Properties

aspectRatio double
no setter
hashCode int
The hash code for this object.
no setterinherited
isVideoPlayerInitialized bool
no setter
isVideoPlayerPlaying bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spotifyTrackImgUrls Map<String, String>
no setter
videoKeys Map<String, GlobalKey<State<StatefulWidget>>>
no setter
youtubeKeys Map<String, GlobalKey<State<StatefulWidget>>>
no setter

Methods

disposeVideoPlayer() → void
getVideoPlayerContainer({required double height, required double width}) Widget
initializeVideoPlayerController(File file) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
playPauseVideo() Future<void>
setIsPlaying({bool value = true}) → void
toString() String
A string representation of this object.
inherited
visibleVideoAction() → void

Operators

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