leave method

void leave(
  1. String room
)

Leave a room.

Implementation

void leave(String room) {
  client.manager.leave(room, client);
}