openVideo function

Future<String?> openVideo()

Implementation

Future<String?> openVideo()=> openFilePicker(MediaSource.video);