AudioPickerOptions constructor

const AudioPickerOptions({
  1. List<String>? allowedExtensions,
  2. Duration? maxDuration,
  3. Future<Duration?> durationResolver(
    1. String path
    )?,
})

Implementation

const AudioPickerOptions({
  this.allowedExtensions,
  this.maxDuration,
  this.durationResolver,
});