pick method
Future<List<IosDocumentPickerPath> ?>
pick(
- IosDocumentPickerType type, {
- bool? multiple,
- List<
String> ? allowedUtiTypes,
Implementation
Future<List<IosDocumentPickerPath>?> pick(
IosDocumentPickerType type, {
bool? multiple,
List<String>? allowedUtiTypes,
}) {
throw UnimplementedError('pick() has not been implemented.');
}