cleanupBarcodeStorage static method
Clear storage folder with barcode snapped images
Implementation
static Future cleanupBarcodeStorage() {
return SharedCalls.cleanupBarcodeStorageInternal(_channel);
}
Clear storage folder with barcode snapped images
static Future cleanupBarcodeStorage() {
return SharedCalls.cleanupBarcodeStorageInternal(_channel);
}