searchMsgByPage method

Future<NIMResult<QChatSearchMsgByPageResult>> searchMsgByPage(
  1. QChatSearchMsgByPageParam param
)

检索消息

Implementation

Future<NIMResult<QChatSearchMsgByPageResult>> searchMsgByPage(
    QChatSearchMsgByPageParam param) {
  return _platform.searchMsgByPage(param);
}