NyDeepLinkHandler constructor

NyDeepLinkHandler({
  1. String? fallbackRoute,
  2. @visibleForTesting AppLinks? appLinks,
  3. @visibleForTesting DeepLinkDispatcher? dispatcher,
})

Implementation

NyDeepLinkHandler({
  this.fallbackRoute,
  @visibleForTesting AppLinks? appLinks,
  @visibleForTesting DeepLinkDispatcher? dispatcher,
}) : _appLinks = appLinks ?? AppLinks(),
     _dispatch = dispatcher ?? _defaultDispatch;