ResultEventBusNavEntryDecorator
class ResultEventBusNavEntryDecorator<T : Any>(bus: ResultEventBus = ResultEventBus()) : NavEntryDecorator<T>
Wraps the content of a NavEntry with a LocalResultEventBus to provide the ability to pass results to previous entries on the navigation backstack.