hideOverlay method

void hideOverlay()

外部调用此方法隐藏Overlay

Implementation

void hideOverlay() {
  _hideOverlay?.call();
}