删除收藏
static Future<NIMResult<int>> removeCollection( List<NIMCollection> collections) { return NimCore.instance.messageService .removeCollections(collections: collections); }