url_launcher 跳转
if (await canLaunchUrl(Uri.parse('itms-apps://itunes.apple.com/app/id${appid}?action=write-review'))) {
launchUrl(Uri.parse('itms-apps://itunes.apple.com/app/id${appid}?action=write-review'));
}else {
Fluttertoast.showToast(msg: "设备暂不支持");
}