removeContactListener method
移除好友监听器 contactListener
Implementation
void removeContactListener(EMContactEventListener contactListener) {
_contactChangeEventListeners.remove(contactListener);
}
移除好友监听器 contactListener
void removeContactListener(EMContactEventListener contactListener) {
_contactChangeEventListeners.remove(contactListener);
}