allowedExtensions property

List<String>? allowedExtensions
final

allowedExtensions files extensions accepted by file picker this will make sense only if you add FileSource.fileExplorer to sources

Implementation

final List<String>? allowedExtensions;