orbit
abstract fun orbit(orbitIntent: suspend ContainerContext<STATE, SIDE_EFFECT>.() -> Unit): Job(source)
Executes an orbit intent. The intents are built in the ContainerHost using your chosen syntax.
Parameters
orbitIntent
lambda returning the suspend function representing the intent