onChannelsAdded abstract method
Called when there are newly added GroupChannels.
context
is a GroupChannelContext of where this change happened.
channels
are affected GroupChannel lists.
Implementation
void onChannelsAdded(
GroupChannelContext context,
List<GroupChannel> channels,
);