hideFloatingWidget static method

void hideFloatingWidget()

Implementation

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