getTopicMessageList method
Future<NIMResult<V2NIMTopicMessageListResult> >
getTopicMessageList(
- V2NIMTopicMessageListOption option
Implementation
Future<NIMResult<V2NIMTopicMessageListResult>> getTopicMessageList(
V2NIMTopicMessageListOption option) {
return NimCore.instance.topicService.getTopicMessageList(option);
}