Videos class

Videos

Is Where You need to define how many or single video/videos do you want to play. In a single player

Videos.single("videoPath Or url", type) // single Video playing
Videos.multiVideoWithSingleType(["path 1","path 2"], type) // Multiple Video playing with single type
Videos.multiVideo([Video.network('url'),Video.file('path')]) // Multiple Video With diffrent types

Constructors

Videos.multiVideo({required List<Video> videos})
Videos.multiVideo Sent the Video according to its type
Videos.multiVideoWithSingleType({required List<String> videos, required VideoType type})
Videos.multiVideoWithSingleType Only for Videos with same type
Videos.single({required String videoPath, VideoType type = VideoType.network})
Videos.single is Used For Only playing a single Video

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videos List<Media>
videos List<Media>
getter/setter pair

Methods

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