onChannelsUpdated abstract method
- GroupChannelContext context,
- List<
GroupChannel> channels
Called when there's an update in one or more of the GroupChannels the GroupChannelCollection holds.
context
is a GroupChannelContext of where this change happened.
channels
are affected GroupChannel lists.
Implementation
void onChannelsUpdated(
GroupChannelContext context,
List<GroupChannel> channels,
);