toggleTraffic method

void toggleTraffic()

Implementation

void toggleTraffic() {
  _trafficModel.onClicked();
}