onImageCaptured property
A callback that is executed when the image has been captured. It provides the image data as a Uint8List.
Implementation
final void Function(Uint8List imageBytes)? onImageCaptured;
A callback that is executed when the image has been captured. It provides the image data as a Uint8List.
final void Function(Uint8List imageBytes)? onImageCaptured;