ImagePickerResponse.withImagesResponse constructor

ImagePickerResponse.withImagesResponse({
  1. List<String>? uris,
  2. String? message,
})

Constructor for Multiple images response.

Implementation

ImagePickerResponse.withImagesResponse({this.uris, this.message});