remove method

void remove(
  1. Client user
)

Implementation

void remove(Client user) {
  _clients.remove(user);
}