unregisterTarget method

void unregisterTarget(
  1. String id
)

Unregisters the target section with the given id.

Implementation

void unregisterTarget(String id) {
  _targets.remove(id);
}