Barcode Ar Annotation Provider
Defined in library scandit_datacapture_barcode_ar_ui_annotations
- BarcodeArAnnotationProvider
abstract class BarcodeArAnnotationProvider
Added in version 7.1.0
An object used to retrieve the annotations for scanned barcodes.
- annotationForBarcode(barcode)
Future<BarcodeArAnnotation?> annotationForBarcode( Barcode barcode)
Added in version 7.1.0
Asks the provider for an annotation to display for the given barcode. If null is provided, no annotation will be shown.