getInitialLink method
Returns a Future, which completes to the initially stored link, which may be null.
NOTE: base code found in MethodChannelUniLinks.getInitialLink
Implementation
@override
Future<String?> getInitialLink() =>
_mChannel.invokeMethod<String?>('getInitialLink');