showToast static method

void showToast(
  1. String message
)

显示提示

Implementation

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