getInitialLink method
Gets the initial / first link
Implementation
Future<PendingDeepLinkData?> getInitialLink() => throw UnimplementedError(
'getInitialLink() not implemented on the current platform.',
);
Gets the initial / first link
Future<PendingDeepLinkData?> getInitialLink() => throw UnimplementedError(
'getInitialLink() not implemented on the current platform.',
);