installAppStoreListingURL method

void installAppStoreListingURL(
  1. String url
)

Implementation

void installAppStoreListingURL(String url) {
  _appStoreListingURL = url;
}