onScanned property

void Function(BarcodeCapture capture)? onScanned
final

Callback fired when a barcode is successfully scanned.

Implementation

final void Function(BarcodeCapture capture)? onScanned;