searchRoamingMsg method
单聊云端消息检索
Implementation
Future<NIMResult<List<NIMMessage>>> searchRoamingMsg(
String otherAccid,
int fromTime,
int endTime,
String keyword,
int limit,
bool reverse) async {
return _platform.searchRoamingMsg(
otherAccid, fromTime, endTime, keyword, limit, reverse);
}