updateCollect method
- NIMCollectInfo info
更新一个收藏的扩展字段
如果 info.ext
为空,表示删除ext字段
Implementation
Future<NIMResult<NIMCollectInfo>> updateCollect(NIMCollectInfo info) {
return _platform.updateCollect(info);
}
更新一个收藏的扩展字段
如果 info.ext
为空,表示删除ext字段
Future<NIMResult<NIMCollectInfo>> updateCollect(NIMCollectInfo info) {
return _platform.updateCollect(info);
}