newlyRecognizedBarcodes property

  1. @Deprecated('Prefer use of the property `newlyRecognizedBarcode` instead.')
List<Barcode> get newlyRecognizedBarcodes

Implementation

@Deprecated('Prefer use of the property `newlyRecognizedBarcode` instead.')
List<Barcode> get newlyRecognizedBarcodes => _newlyRecognizedBarcodes;