hide static method

void hide()

隐藏当前显示的浮层。

Implementation

static void hide() {
  _entry?.remove();
  _entry = null;
}