getVideoAsFile static method

Future<File?> getVideoAsFile()

Picker that close after selecting 1 video and return a html.File of the selected video.

Implementation

static Future<html.File?> getVideoAsFile() {
  return ImagePickerWeb._pickFile('video');
}