getMessagesStream abstract method
- String chatId
Retrieves a stream of messages for the specified chat.
Implementation
Stream<List<ChatMessageModel>> getMessagesStream(
String chatId,
);
Retrieves a stream of messages for the specified chat.
Stream<List<ChatMessageModel>> getMessagesStream(
String chatId,
);