insertMessages

abstract suspend fun insertMessages(message: Message)

Inserts a new message into the data source.

Parameters

message

the message to insert.