notifyChannelParticiapntCountChanged method
Implementation
void notifyChannelParticiapntCountChanged(List<OpenChannel> channels) {
_channelHandlers.values.forEach((element) {
element.onChannelParticipantCountChanged(channels);
});
}
void notifyChannelParticiapntCountChanged(List<OpenChannel> channels) {
_channelHandlers.values.forEach((element) {
element.onChannelParticipantCountChanged(channels);
});
}