deleteChattingHistory method

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

Implementation

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