hideLoading static method

void hideLoading()

隐藏Loading

Implementation

static void hideLoading() {
  _loadingManager.hideLoading();
}