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