leave method

void leave(
  1. String room
)

Leaves a specific room.

Implementation

void leave(String room) => _rooms.remove(room);