AgentsClient constructor

AgentsClient({
  1. required RoomClient room,
})

Implementation

AgentsClient({required this.room});