cleanupStorage static method
Clears the internal storage folder used to temporarily store barcode images.
Implementation
static Future cleanupStorage() async {
return await SharedCalls.cleanupStorageInternal(channel);
}
Clears the internal storage folder used to temporarily store barcode images.
static Future cleanupStorage() async {
return await SharedCalls.cleanupStorageInternal(channel);
}