hide static method

void hide()

主动关闭全局对话框 / Manually close global dialog

Implementation

static void hide() {
  _instance._hide();
}