getInitialLink method

Future<String?> getInitialLink()

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

NOTE: base code found in MethodChannelUniLinks.getInitialLink

Implementation

Future<String?> getInitialLink() => throw UnimplementedError(
    'getInitialLink() has not been implemented on the current platform.');