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