updateCollect method

Future<NIMResult<NIMCollectInfo>> updateCollect(
  1. NIMCollectInfo info
)

更新一个收藏的扩展字段

如果 info.ext 为空,表示删除ext字段

Implementation

Future<NIMResult<NIMCollectInfo>> updateCollect(NIMCollectInfo info) {
  throw UnimplementedError('updateCollect() is not implemented');
}