clearLocalStorage

Clears local storage, it will delete factors and key pairs in this device. Note: Calling this method will not delete factors in Verify Push API, so you need to delete them from your backend to prevent invalid/deleted factors when getting factors for an identity.

Parameters

then
Block to be called when the operation finishes
abstract fun clearLocalStorage(then: () -> Unit)