getInitialLinkString method

Future<String?> getInitialLinkString()

Gets the initial / first link

Implementation

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