String appStoreUrl(String appId) => isIOS ? "https://apps.apple.com/app/id$appId" : "https://play.google.com/store/apps/details?id=$appPackageName";