join method

void join(
  1. String room
)

Helper to join a room.

Implementation

void join(String room) {
  context.join(room);
}