remove method

void remove(
  1. Channel channel
)

Implementation

void remove(Channel channel) {
  _channels.remove(channel.name);
}