start

abstract fun start(host: ZiplineTreehouseUi.Host)


abstract fun start(changesSink: ChangesSinkService, onBackPressedDispatcher: OnBackPressedDispatcherService, uiConfigurations: StateFlow<UiConfiguration>, stateSnapshot: StateSnapshot?)

Deprecated

Use `start` method that takes in a Host


abstract fun start(changesSink: ChangesSinkService, uiConfigurations: StateFlow<UiConfiguration>, stateSnapshot: StateSnapshot?)

Deprecated

Use `start` method that takes in an `OnBackPressedDispatcherService` instead.

Replace with

start(changesSink, TODO(), uiConfigurations, stateSnapshot)