getMessagesByConversation abstract method
Gets messages for a conversation (one-shot, not a stream).
For reactive updates, use watchMessages instead.
Implementation
Future<List<Message>> getMessagesByConversation(String conversationId, {int limit = 50});