onImageReceived property
dynamic Function(CameraImage, CameraDescription)?
onImageReceived
final
Executed when CameraController.startImageStream
emits a new image.
Implementation
final Function(CameraImage, CameraDescription)? onImageReceived;