ImagePickerResponse.withImageResponse constructor

ImagePickerResponse.withImageResponse({
  1. String? uri,
  2. String? message,
})

Constructor for Single image response.

Implementation

ImagePickerResponse.withImageResponse({this.uri, this.message});