killAll method

void killAll()

Implementation

void killAll() {
  for (final id in List.of(_rooms.keys)) {
    kill(id);
  }
}