ImageAndVideo
data class ImageAndVideo(val source: ImageSource = ImageSource.Gallery) : FileUploadType.HasMultipleSource(source)
Both image and video files
Parameters
source
How to select images: camera, gallery
Both image and video files
How to select images: camera, gallery