clearServerHistory method
- String sessionId,
- NIMSessionType sessionType,
- bool sync
删除单会话云端历史消息
Implementation
Future<void> clearServerHistory(
String sessionId, NIMSessionType sessionType, bool sync) async {
return _platform.clearServerHistory(sessionId, sessionType, sync);
}