deleteLocalMessage static method
删除消息,本地删除
Implementation
static Future<void> deleteLocalMessage(NIMMessage anchor) {
return NimCore.instance.messageService.deleteChattingHistory(anchor, false);
}
删除消息,本地删除
static Future<void> deleteLocalMessage(NIMMessage anchor) {
return NimCore.instance.messageService.deleteChattingHistory(anchor, false);
}