LocalNavigationModule
CompositionLocal that provides the active NavigationModule to the Compose tree.
Populated automatically by NavigationRender. Use LocalNavigationModule.current inside a composable that is a descendant of NavigationRender to access the module directly. An error is thrown if accessed outside of a NavigationRender host.