dismissLoading method

void dismissLoading()

隐藏loading弹框

Implementation

void dismissLoading() {
  _currLoading?.pop();
  _currLoading = null;
}