ServicesClient constructor

ServicesClient({
  1. required RoomClient room,
})

Implementation

ServicesClient({required this.room});