searchCloudMessageHistory method
- MessageKeywordSearchConfig config
全文云端消息检索
Implementation
Future<NIMResult<List<NIMMessage>>> searchCloudMessageHistory(
MessageKeywordSearchConfig config) async {
return _platform.searchCloudMessageHistory(config);
}