launcherUpdateApps method

dynamic launcherUpdateApps()

Implementation

launcherUpdateApps() async {
  String urlApps = Platform.isAndroid
      ? "https://play.google.com/store/apps/details?id=com.csi.sellon"
      : "https://apps.apple.com/id/app/sellon-online-marketplace/id1462394563";
  await launchUrl(Uri.parse(urlApps));
}