removeRoom method

void removeRoom(
  1. String room
)

Implementation

void removeRoom(String room) {
  _rooms.remove(room);
}