hideLoading static method

void hideLoading()

隐藏加载

Implementation

static void hideLoading() {
  isLoading = false;
  EasyLoading.dismiss();
}