handle Deep Link
open override fun handleDeepLink(intent: Intent, deepLinkHandlers: ImmutableSet<DeepLinkHandler>, deepLinkPrefixes: ImmutableSet<DeepLinkHandler.Prefix>): Boolean
The fake implementation will call navigateTo with handleDeepLinkRoute if the latter is not null
. Otherwise it will just return false.