get

operator fun get(navigatorId: String): NavigationController?

Looks up the NavigationController registered under navigatorId.

Return

the matching controller, or null if nothing is currently registered under that id — the case every navigation event's own OnFailure handling guards against.