getInitialLink method

Future<PendingDeepLinkData?> getInitialLink()

Gets the initial / first link

Implementation

Future<PendingDeepLinkData?> getInitialLink() => throw UnimplementedError(
      'getInitialLink() not implemented on the current platform.',
    );