cleanupStorage static method

Future cleanupStorage()

Clears the internal storage folder used to temporarily store barcode images.

Implementation

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