onImagePicked property

ImagePickedCallback? onImagePicked
final

Callback when image is picked from camera or gallery, we can perform our task on image like adding crop options and return new image path

Implementation

final ImagePickedCallback? onImagePicked;