saveContainerState

abstract suspend fun saveContainerState(userId: String, state: KarlContainerState)(source)

Saves the current state of a KarlContainer.

Parameters

userId

The ID of the user whose state is being saved.

state

The KarlContainerState to save.