DisplayAllMessages

fun DisplayAllMessages(uiState: ChatScreenModel, onClickButton: () -> Unit)

Composable function displaying all messages in the chat.

Parameters

uiState

ChatScreenModel representing the current state of the chat.

onClickButton

Callback for any button interactions within the messages list.