removeCollect method

Future<NIMResult<int>> removeCollect(
  1. List<NIMCollectInfo> collects
)

批量移除收藏

collects 要移除的收藏的请求

NIMCollectInfoidcreateTime 为必填字段

Implementation

Future<NIMResult<int>> removeCollect(List<NIMCollectInfo> collects) {
  throw UnimplementedError('removeCollect() is not implemented');
}