isRoomCreated method

bool isRoomCreated(
  1. String roomId
)

Implementation

bool isRoomCreated(String roomId) => mappedRooms.containsKey(roomId);