deep_link_handler library
Classes
- DeepLinkHandler
- Handles deep link URL processing and routing decisions.
Typedefs
-
DeepLinkCallback
= SwiftRouting? Function({required Map<
String, dynamic> queryParams, required String route, required String url}) - A callback function that determines the route and payload based on deep link URL.