pickImages method

Future<List<AdaptiveFile>> pickImages(
  1. PickerOptions options
)

Picks one or more images from the device gallery/photo picker.

Implementation

Future<List<AdaptiveFile>> pickImages(PickerOptions options) {
  throw UnimplementedError('pickImages() has not been implemented.');
}