nodeRefreshed method

void nodeRefreshed(
  1. String id
)

Removes id from the map of nodes that needs refresh.

Implementation

void nodeRefreshed(String id) => _nodesThatShouldRefresh.remove(id);