deleteMessages static method
Implementation
static Future<dynamic> deleteMessages(
String jid, List<String> messageIds, bool isDeleteForEveryOne) {
return FlyChatFlutterPlatform.instance
.deleteMessages(jid, messageIds, isDeleteForEveryOne);
}