closeDebugWindow method

void closeDebugWindow()

Implementation

void closeDebugWindow() {
  _overlayEntry?.remove();
  _overlayEntry = null;
}