getNavigationModule

Convenience extension to get NavigationModule from a StoreAccessor (or Store).

Usage:

val navModule = store.getNavigationModule()
val graphDefinitions = navModule.getGraphDefinitions()

Return

NavigationModule instance

Throws

if NavigationModule is not registered in the store