removeOverlay method

void removeOverlay(
  1. String key
)

Implementation

void removeOverlay(String key) {
  overlays.remove(key);
}