clearLastProcessedEventId

open suspend override fun clearLastProcessedEventId(): Either<StorageFailure, Unit>

Clears the last processed event ID.

Return

An Either object representing the result of the operation. The Either object contains either a StorageFailure if the operation fails, or Unit if the operation succeeds.