removeCollect method
- List<
NIMCollectInfo> collects
批量移除收藏
collects
要移除的收藏的请求
NIMCollectInfo 中 id
和 createTime
为必填字段
Implementation
Future<NIMResult<int>> removeCollect(List<NIMCollectInfo> collects) {
return _platform.removeCollect(collects);
}