clearNode method

void clearNode(
  1. String nodeId
)

Removes all annotations for nodeId.

Implementation

void clearNode(String nodeId) {
  _annotations.remove(nodeId);
}