retryBarcodeFetch method Null safety

Future<void> retryBarcodeFetch(
  1. String barcode
)

Implementation

Future<void> retryBarcodeFetch(String barcode) async {
  _setBarcodeState(barcode, ScannedProductState.LOADING);
  await _updateBarcode(barcode);
}