static toOuterUrl(String url,{String? point}) async{ if (await canLaunch(url)) { await launch(url); } else { ToastUtils.toast(point??'${StringUtils.openbrowserfail}'); } }