deleteChattingHistory method

Future<void> deleteChattingHistory(
  1. NIMMessage anchor,
  2. bool ignore
)

删除一条消息记录

Implementation

Future<void> deleteChattingHistory(NIMMessage anchor, bool ignore) async {
  return _platform.deleteChattingHistory(anchor, ignore);
}