BarcodeEventCallback<T> typedef
BarcodeEventCallback<T> =
void Function(T event)
Signature for callbacks that report barcode events.
Implementation
typedef BarcodeEventCallback<T> = void Function(T event);