deeplink/deeplink_handler library

Classes

DeepLinkHandler
Responsible for handling both deferred and direct deep links.

Typedefs

DeepLinkCallback = void Function(Uri uri, DeepLinkData? deepLinkData)
Callback for direct deep links (App Links, custom schemes)
DeferredDeepLinkCallback = void Function(DeepLinkData? deepLinkData)
Callback for deferred deep links (install attribution)