setParent method
Implementation
Future<void> setParent (CategoryChannel channel) async {
await update(ChannelBuilder({ 'parent_id': channel.id }));
}
Future<void> setParent (CategoryChannel channel) async {
await update(ChannelBuilder({ 'parent_id': channel.id }));
}