onLink property
Stream<NiceDeeplinksData>
get
onLink
Implementation
static Stream<NiceDeeplinksData> get onLink {
return DeeplinksFlutterPlatform.instance.onLink.asyncMap(fetchDeeplinkData);
}
static Stream<NiceDeeplinksData> get onLink {
return DeeplinksFlutterPlatform.instance.onLink.asyncMap(fetchDeeplinkData);
}