deleteChattingHistoryList method

Future<void> deleteChattingHistoryList(
  1. List<NIMMessage> msgList,
  2. bool ignore
)

Implementation

Future<void> deleteChattingHistoryList(
    List<NIMMessage> msgList, bool ignore) async {
  throw UnimplementedError('deleteChattingHistoryList() is not implemented');
}