requireFullPath

Get the full path for a Navigatable, throwing if not found.

Usage:

store.navigation {
navigateTo(store.requireFullPath(ToolsScreen))
}

Return

The full path

Parameters

navigatable

The screen or modal to get the path for

Throws

if the navigatable is not registered