onPhotoCaptured property
final
Callback triggered after an image is successfully captured or selected. Returns the local path of the saved image.
Implementation
final void Function(String photoPath)? onPhotoCaptured;
Callback triggered after an image is successfully captured or selected. Returns the local path of the saved image.
final void Function(String photoPath)? onPhotoCaptured;