ImagePickerManager constructor
ImagePickerManager({
- required AppImagePickerService pickerService,
- required IImageCropperService cropperService,
- required IImageCompressorService compressorService,
Implementation
ImagePickerManager({
required this.pickerService,
required this.cropperService,
required this.compressorService,
});