ChatManager.of constructor

ChatManager.of(
  1. String roomId
)

Implementation

factory ChatManager.of(String roomId) => RoomManager.i.manager(roomId);