searchMsgByPage method

检索消息

Implementation

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