appStoreUrl property

Future<String?> appStoreUrl

Implementation

Future<String?> get appStoreUrl async {
  return appInfo.appStoreUrl;
}