dispose method

void dispose()

Implementation

void dispose() {
  for (final anchor in _anchors.toList()) {
    anchor.dispose();
  }
}