clearOverlay method

void clearOverlay()

Implementation

void clearOverlay() {
  itemsOverlayEntry?.remove();
  itemsOverlayEntry = null;
}