getUriLinksStream function

  1. @Deprecated('Use [uriLinkStream]')
Stream<Uri?> getUriLinksStream()

A convenience transformation of the linkStream to a Stream<Uri>.

If the link is not valid as a URI or URI reference, a FormatException is thrown.

If the app was stared by a link intent or user activity the stream will not emit that initial uri - query either the getInitialUri instead.

Implementation

@Deprecated('Use [uriLinkStream]')
Stream<Uri?> getUriLinksStream() => uriLinkStream;