notifyChannelOperatorsUpdated method Null safety
- BaseChannel channel
Implementation
void notifyChannelOperatorsUpdated(BaseChannel channel) {
_channelHandlers.values.forEach((element) {
element.onChannelOperatorsUpdated(channel);
});
}
void notifyChannelOperatorsUpdated(BaseChannel channel) {
_channelHandlers.values.forEach((element) {
element.onChannelOperatorsUpdated(channel);
});
}