to method

Namespace to(
  1. String room
)

Targets a room when emitting.

Implementation

Namespace to(String room) {
  _targetRooms.add(room);
  return this;
}