searchCloudMessageHistory method

Future<NIMResult<List<NIMMessage>>> searchCloudMessageHistory(
  1. MessageKeywordSearchConfig config
)

全文云端消息检索

Implementation

Future<NIMResult<List<NIMMessage>>> searchCloudMessageHistory(
    MessageKeywordSearchConfig config) async {
  return _platform.searchCloudMessageHistory(config);
}