cleanupStorage static method
Clear storage folder with barcode snapped images
Implementation
static Future cleanupStorage() async {
return await SharedCalls.cleanupStorageInternal(channel);
}
Clear storage folder with barcode snapped images
static Future cleanupStorage() async {
return await SharedCalls.cleanupStorageInternal(channel);
}