ImagePickerManager constructor

ImagePickerManager({
  1. required AppImagePickerService pickerService,
  2. required IImageCropperService cropperService,
  3. required IImageCompressorService compressorService,
})

Implementation

ImagePickerManager({
  required this.pickerService,
  required this.cropperService,
  required this.compressorService,
});