OnImageForAnalysis typedef
OnImageForAnalysis =
Future Function(AnalysisImage image)
Analysis image stream listener The Preview object will help you to convert a point from the preview to the to your screen
Implementation
typedef OnImageForAnalysis = Future Function(
AnalysisImage image,
);