clearChattingHistory method

Future<void> clearChattingHistory(
  1. String account,
  2. NIMSessionType sessionType,
  3. bool? ignore
)

Implementation

Future<void> clearChattingHistory(
    String account, NIMSessionType sessionType, bool? ignore) async {
  throw UnimplementedError('clearChattingHistory() is not implemented');
}