allowedExtensions property
read / write
Used to filter the files found in a directory.
Implementation
List<String> allowedExtensions = const [
'.3gp',
'.aaf',
'.asf',
'.avchd',
'.avi',
'.drc',
'.flv',
'.m2v',
'.m4v',
'.mkv',
'.mng',
'.mov',
'.mp2',
'.mp4',
'.mpe',
'.it',
'.m3u',
'.mpeg',
'.mpg',
'.mpv',
'.mxf',
'.nsv',
'.ogg',
'.ogv',
'.ogm',
'.qt',
'.rm',
'.rmvb',
'.svi',
'.vob',
'.webm',
'.wmv',
'.yuv',
'.wav',
'.bwf',
'.raw',
'.aiff',
'.flac',
'.m4a',
'.pac',
'.tta',
'.wv',
'.ast',
'.aac',
'.mp3',
'.mid',
'.mod',
'.mpa',
'.amr',
'.s3m',
'.act',
'.au',
'.dct',
'.dss',
'.gsm',
'.m4p',
'.mmf',
'.mpc',
'.oga',
'.opus',
'.ra',
'.sln',
'.vox',
'.m4b',
'.ape',
];