FileSelectorConfig constructor

FileSelectorConfig({
  1. bool shouldAllowMultipleSelection = false,
  2. int mediaType = videoMediaType,
})

Implementation

FileSelectorConfig({
  this.shouldAllowMultipleSelection = false,
  this.mediaType = videoMediaType,
});