unregisterTarget method
Unregisters the target section with the given id.
Implementation
void unregisterTarget(String id) {
_targets.remove(id);
}
Unregisters the target section with the given id.
void unregisterTarget(String id) {
_targets.remove(id);
}