joinRoom method

void joinRoom(
  1. String room
)

Implementation

void joinRoom(String room) => _enteredRooms.add(room);