removeFinishedUpdate

abstract fun removeFinishedUpdate(updateId: UpdateId)

Removes a finished update identified by updateId.

The implementation must ignore the call if updateId is not handled by this ComponentUpdateHandler.