urlGoogleStoreCCG property

String get urlGoogleStoreCCG

Implementation

static String get urlGoogleStoreCCG {
  String packageName = Get.find<ApplicationController>().packageInfo.packageName;
  return "https://play.google.com/store/apps/details?id=$packageName";
}