allowedExtensions property

List<String>? allowedExtensions
final

Specifies a list of file extensions that will be displayed for selection, if empty - files with any extension are displayed. Example: ['.jpg', '.jpeg']

Implementation

final List<String>? allowedExtensions;