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
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