getIosStoreListing method

String getIosStoreListing(
  1. String? appId, {
  2. String protocol = 'https',
})

Generates iOS Store listing for the given bundle identifier.

Implementation

String getIosStoreListing(String? appId, {String protocol = 'https'}) =>
    '$protocol://itunes.apple.com/us/app/id$appId';