cleanupStorage static method

Future<Result<void>> cleanupStorage()

Cleans up the storage used by the Scanbot SDK.

Implementation

static Future<Result<void>> cleanupStorage() {
  return ScanbotBarcodeSdkImpl.cleanupStorage();
}