getInitialLink function

Future<String?> getInitialLink()

Returns a Future, which completes to the initially stored link, which may be null.

Implementation

Future<String?> getInitialLink() => UniLinksPlatform.instance.getInitialLink();