DownloadVideoModel constructor
DownloadVideoModel({})
Implementation
DownloadVideoModel({
this.senderId,
this.videoId,
this.returnType = "blob",
required this.isInternal,
required this.chunkMode,
});
DownloadVideoModel({
this.senderId,
this.videoId,
this.returnType = "blob",
required this.isInternal,
required this.chunkMode,
});