Callback typedef

Callback = void Function(String barcode)

Implementation

typedef Callback = void Function(String barcode);