unregisterHandler method
Removes a TypeChannelHandler for the type channel of channelName
.
Implementation
void unregisterHandler(String channelName) {
_channelHandlers.remove(channelName);
}
Removes a TypeChannelHandler for the type channel of channelName
.
void unregisterHandler(String channelName) {
_channelHandlers.remove(channelName);
}