removeConn method

void removeConn(
  1. Direction dir,
  2. bool usefd
)

Implementation

void removeConn(Direction dir, bool usefd) {
  if (_isDone) return;
  _resources.removeConn(dir, usefd);
  _removeConnForAncestors(dir, usefd);
}