openOutersRemove method

void openOutersRemove(
  1. Waypath waypath
)

Implementation

void openOutersRemove(Waypath waypath) {
  bool ok = _openOuters.remove(waypath);
  if (ok) {
    _boundingBox = null;
  }
}