leftRoom method

void leftRoom(
  1. String roomId
)

Implementation

void leftRoom(String roomId) {
  toRoom("left-room", roomId, "left room");
}