cleanupStorage static method

Future cleanupStorage()

Clear storage folder with barcode snapped images

Implementation

static Future cleanupStorage() async {
  return await SharedCalls.cleanupStorageInternal(channel);
}