openLink function

void openLink(
  1. String url
)

打开链接

Implementation

void openLink(String url) {
  AppUtil.openLink(url);
}