deep_link_manager library

Classes

DeepLinkAuthProvider
Abstract interface for authentication checks in deep link handling.
DeepLinkManager
DeepLinkStrategy<T>
Abstract class defining a strategy for handling deep links. Implement this to define custom handling logic for specific URL patterns. T is the type of data extracted from the URI. Use void or Null if no data.