setOnlyVideo method

void setOnlyVideo()

Implementation

void setOnlyVideo() {
  allowedExtensions = ['mp4', 'mov'];
  types = ['video'];
}