cleanupBarcodeStorage static method

Future cleanupBarcodeStorage()

Clear storage folder with barcode snapped images

Implementation

static Future cleanupBarcodeStorage() {
  return SharedCalls.cleanupBarcodeStorageInternal(_channel);
}