showInfo static method

void showInfo(
  1. String message
)

显示信息提示

Implementation

static void showInfo(String message) {
  EasyLoading.showInfo(message);
}