getRecalledMessagesOfAConversation static method

Future getRecalledMessagesOfAConversation(
  1. String jid
)

Implementation

static Future<dynamic> getRecalledMessagesOfAConversation(String jid) {
  return FlyChatFlutterPlatform.instance
      .getRecalledMessagesOfAConversation(jid);
}