DeepLinkHandler constructor

DeepLinkHandler({
  1. dynamic onDeepLinkDetected(
    1. bool
    )?,
})

Implementation

DeepLinkHandler({this.onDeepLinkDetected});