removeUser method

void removeUser(
  1. Channel channel
)

Implementation

void removeUser(Channel channel) {
  _users.remove(channel);
}