onCameraPreviewStarted property
Runs each time the camera preview is started. This differs for android and ios. In android this function will be called after each successful snap while in ios only once. As ios not stopping camera preview after the snap
Implementation
final Function(bool isFlashAvailable)? onCameraPreviewStarted;