clearServerHistory method

Future<void> clearServerHistory(
  1. String sessionId,
  2. NIMSessionType sessionType,
  3. bool sync
)

Implementation

Future<void> clearServerHistory(
    String sessionId, NIMSessionType sessionType, bool sync) async {
  throw UnimplementedError('clearServerHistory() is not implemented');
}