getAppLink method

Future<String?> getAppLink()

Returns the application link after conversion. The link is in a format suitable for the WebView.

Implementation

Future<String?> getAppLink() async {
  return appLink;
}