PlayerMaterialBottomSheet class

Constructors

PlayerMaterialBottomSheet({required BuildContext context, required PlayerMethodManager playerMethodManager, required FetchHlsMasterPlaylist fetchHlsMasterPlaylist})

Properties

context BuildContext
final
fetchHlsMasterPlaylist FetchHlsMasterPlaylist
final
hashCode int
The hash code for this object.
no setterinherited
playerMethodManager PlayerMethodManager
final
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
showMoreTypeSelectionWidget(List<QualityModel> listQuality, String currentUrlQuality) → void
showQualityDownloadSelectionWidget(List<QualityModel>? listQuality, PlayerResource playerResource) → void
showSubtitlesSelectionWidget(List<PlayerSubtitleResource> listSubtitle) → void
toString() String
A string representation of this object.
inherited

Operators

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