setResolveDeepLinkURLs method

void setResolveDeepLinkURLs(
  1. List<String> urls
)

Sets URLs to deep link into the app when the app is first installed.

Implementation

void setResolveDeepLinkURLs(List<String> urls) async {
  _methodChannel.invokeMethod("setResolveDeepLinkURLs", urls);
}