clearNodeDependencies method
Implementation
void clearNodeDependencies(String annotationId) {
final annotation = _annotations[annotationId];
if (annotation != null) {
annotation.clearDependencies();
}
}
void clearNodeDependencies(String annotationId) {
final annotation = _annotations[annotationId];
if (annotation != null) {
annotation.clearDependencies();
}
}