allowedUtiTypes property

List<String>? allowedUtiTypes
final

In iOS Uniform Type Identifiers is used to check document types. If list is null or empty "public.data" document type will be provided. Only documents with provided UTI types will be enabled in iOS document picker.

More info: https://developer.apple.com/library/archive/qa/qa1587/_index.html

Implementation

final List<String>? allowedUtiTypes;