FinishProcessingPhotoCallback typedef
- @Reference('av_foundation/av_foundation/FinishProcessingPhotoCallback')
Callback when a photo finishes processing.
photo
is always non-null: if an error prevented successful capture,
this object still contains metadata for the intended capture.
Implementation
@Reference('av_foundation/av_foundation/FinishProcessingPhotoCallback')
typedef FinishProcessingPhotoCallback = void Function(CapturePhoto photo);