toggleConnections method

void toggleConnections()

Implementation

void toggleConnections() {
  showConnections.toggle();
  update([AppPageIdConstants.flocking]);
}