deepLinks property
DeepLinksInteractorType
deepLinks
latefinal
Deeplinks interactor for global app throws exception if deeplinks interactor not used
Implementation
late final deepLinks =
InstanceCollection.instance.find<DeepLinksInteractorType>(
BaseScopes.global,
)
as DeepLinksInteractorType;