onChannelUpdated method

void onChannelUpdated(
  1. Event event,
  2. StreamChannelListController controller
)

Function which gets called for the event EventType.channelUpdated.

This event is fired when a channel is updated.

By default, this updates the channel received in the event.

Implementation

// ignore: no-empty-block
void onChannelUpdated(Event event, StreamChannelListController controller) {}