showInfo function

void showInfo(
  1. String msg
)

显示提示

Implementation

void showInfo(String msg) {
  Loading.showInfo(msg);
}