pickImagesAsync static method

Future<ImagePickerResponse> pickImagesAsync()

pick images from gallery and get the uris list

Implementation

static Future<ImagePickerResponse> pickImagesAsync() async {
  return await _pickImagesAsync(0);
}