onImageCaptured property

void Function(Uint8List imageBytes)? onImageCaptured
final

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;