deleteChattingHistory method
- NIMMessage anchor,
- bool ignore
删除一条消息记录
Implementation
Future<void> deleteChattingHistory(NIMMessage anchor, bool ignore) async {
return _platform.deleteChattingHistory(anchor, ignore);
}
删除一条消息记录
Future<void> deleteChattingHistory(NIMMessage anchor, bool ignore) async {
return _platform.deleteChattingHistory(anchor, ignore);
}