deleteLocalMessageList static method
批量删除消息,本地删除
messages
消息列表
Implementation
static Future<void> deleteLocalMessageList(List<NIMMessage> messages) {
return NimCore.instance.messageService
.deleteChattingHistoryList(messages, false);
}
批量删除消息,本地删除
messages
消息列表
static Future<void> deleteLocalMessageList(List<NIMMessage> messages) {
return NimCore.instance.messageService
.deleteChattingHistoryList(messages, false);
}