removeNodes method
Remove the nodes from the scope
Implementation
void removeNodes(List<NodeBluePrint<dynamic>> bluePrints) {
for (final bluePrint in bluePrints) {
removeNode(bluePrint.key);
}
}
Remove the nodes from the scope
void removeNodes(List<NodeBluePrint<dynamic>> bluePrints) {
for (final bluePrint in bluePrints) {
removeNode(bluePrint.key);
}
}