dismissLoading method

void dismissLoading()

隐藏loading弹框

Implementation

void dismissLoading() {
  onDismissLoading?.call();
}