onImageEditingComplete property
ImageEditingCompleteCallback?
get
onImageEditingComplete
A callback function that will be called when the editing is done, and it returns the edited image as a Uint8List.
The edited image is provided as a Uint8List to the onImageEditingComplete function when the editing is completed.
Implementation
ImageEditingCompleteCallback? get onImageEditingComplete =>
callbacks.onImageEditingComplete;