hideLoadingImmediately method

void hideLoadingImmediately()

立即隐藏loading(无动画)

Implementation

void hideLoadingImmediately() {
  _overlayManager.hideLoadingEntry();
  _currentLoadingKey = null;
}