closeDebugIcon method

void closeDebugIcon()

Implementation

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