pick method

Future<List<IosDocumentPickerPath>?> pick(
  1. IosDocumentPickerType type, {
  2. bool? multiple,
  3. List<String>? allowedUtiTypes,
})

Implementation

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