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