getRoom method

Room getRoom(
  1. String id
)

Implementation

Room getRoom(String id) {
  return Room(id, this, lref: _roomsRef!.child(id));
}