CapturePhotoEditor typedef

CapturePhotoEditor = FutureOr<ImageElement?> Function(ImageElement image)

Implementation

typedef CapturePhotoEditor = FutureOr<ImageElement?> Function(
    ImageElement image);