hideLoading static method

dynamic hideLoading()

Implementation

static hideLoading() {
  _hideLoadFun?.call();
  _hideLoadFun = null;
}