nodeRefreshed method
Removes id from the map of nodes that needs refresh.
Implementation
void nodeRefreshed(String id) => _nodesThatShouldRefresh.remove(id);
Removes id from the map of nodes that needs refresh.
void nodeRefreshed(String id) => _nodesThatShouldRefresh.remove(id);