showError static method

void showError(
  1. String message
)

显示错误提示

Implementation

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