room method

SocketEmitter room(
  1. dynamic roomId
)

Implementation

SocketEmitter room(roomId) {
  _roomId = roomId;
  return this;
}