router/src/ny_deep_link library
Classes
- NyDeepLinkHandler
- Handles platform deep links (Android App Links / iOS Universal Links / custom URL schemes / web URLs) and dispatches them through Nylo's router.
Typedefs
-
DeepLinkDispatcher
= void Function(String route, Map<
String, dynamic> queryParameters) - Signature for the function that actually routes an incoming deep link. Defaults to routeTo. Overridable in tests.