getRecalledMessagesOfAConversation method

Future<String?> getRecalledMessagesOfAConversation(
  1. String jid
)

Retrieves all messages that have been recalled in a conversation.

Implementation

Future<String?> getRecalledMessagesOfAConversation(String jid) {
  throw UnimplementedError('has not been implemented.');
}