Barrage State
data class BarrageState(val messageList: StateFlow<List<Barrage>>, allowSendMessage: StateFlow<Boolean>)
Barrage state, managing the barrage data state of the current room.
Barrage state, managing the barrage data state of the current room.