deleteMessagesForMe static method

Future deleteMessagesForMe(
  1. String jid,
  2. String chatType,
  3. List<String> messageIds,
  4. bool? isMediaDelete,
)

Implementation

static Future<dynamic> deleteMessagesForMe(String jid, String chatType, List<String> messageIds, bool? isMediaDelete) {
  return FlyChatFlutterPlatform.instance.deleteMessagesForMe(jid, chatType, messageIds, isMediaDelete);
}