resultFrom

abstract fun <R> resultFrom(from: DestinationId<*, R>): Flow<NavigationResult<R>>

Creates a flow that will emit the results of the navigation from the given destination.

Parameters

from

The origin destination to listen for results from.