removeContactManagerListener method Null safety
- ChatContactManagerListener listener
Removes the contact manager listener.
Param listener The contact manager listener to be removed.
Implementation
void removeContactManagerListener(ChatContactManagerListener listener) {
_listeners.remove(listener);
}