String appStoreWriteReview(String appId) => isIOS ? "itms-apps://itunes.apple.com/app/id$appId?mt=8&action=write-review" : appStoreUrl(appId);