searchCloudMessageHistory method

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

Implementation

Future<NIMResult<List<NIMMessage>>> searchCloudMessageHistory(
    MessageKeywordSearchConfig config) async {
  throw UnimplementedError('searchCloudMessageHistory() is not implemented');
}