clearChattingHistory method Null safety
- String account,
- NIMSessionType sessionType
清除与指定用户的所有本地消息记录
Implementation
Future<void> clearChattingHistory(
String account, NIMSessionType sessionType) async {
return _platform.clearChattingHistory(account, sessionType);
}