pick method

Future<List<PHPickerResult>?> pick({
  1. Map<String, List<String>>? filter,
  2. int? selectionLimit,
  3. AssetRepresentationMode? preferredAssetRepresentationMode,
  4. Selection? selection,
  5. bool? fetchURL,
  6. String? fileRepresentation,
})

Implementation

Future<List<PHPickerResult>?> pick({
  Map<String, List<String>>? filter,
  int? selectionLimit,
  AssetRepresentationMode? preferredAssetRepresentationMode,
  Selection? selection,
  bool? fetchURL,
  String? fileRepresentation,
}) {
  throw UnimplementedError('pick() has not been implemented.');
}