shareApp function

Future<ShareResult> shareApp()

Implementation

Future<ShareResult> shareApp() {
  return shareURL(shareAppStoreDownloadURL);
}