get Conversation By Id As Flow
fun getConversationByIdAsFlow(context: Context, conversationId: Int): Flow<STWConversation?>
Content copied to clipboard
Get the conversation having a specified Id as Flow.
Return
Flow of STWConversation or null
Parameters
context
The application context
conversation Id
The conversation identifier