onDetectError property

void Function(Object, StackTrace)? onDetectError
final

A callback function that is called when an error occurs during barcode detection.

Implementation

final void Function(Object, StackTrace)? onDetectError;