onPhotoCaptured property

void Function(String photoPath)? onPhotoCaptured
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;