leave method

void leave(
  1. String room
)

Helper to leave a room.

Implementation

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