closedOutersRemove method

void closedOutersRemove(
  1. Waypath waypath
)

Implementation

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