HttpMethodConfig constructor
HttpMethodConfig({})
Implementation
HttpMethodConfig({
this.getRoomsMethod,
this.getRoomCountMethod,
this.getRoomByIdMethod,
this.getRoomMessagesMethod,
this.deleteRoomMethod,
this.archiveRoomMethod,
this.markRoomAsReadMethod,
this.sendMessageToRoomMethod,
this.deleteMessageMethod,
this.unArchiveRoomMethod,
});