notifyPinUpdated method
Implementation
void notifyPinUpdated(BaseChannel channel) {
_channelHandlers.values.forEach((element) {
element.onPinUpdated(channel);
});
}
void notifyPinUpdated(BaseChannel channel) {
_channelHandlers.values.forEach((element) {
element.onPinUpdated(channel);
});
}