onChannelUpdated abstract method
Called when there's a change in the channel this collection holds.
context is a channel context of where the change in channel happened.
channel is a channel this collection holds.
Implementation
void onChannelUpdated(
GroupChannelContext context,
GroupChannel channel,
);