removeContactListener method

void removeContactListener (EMContactEventListener contactListener)

移除好友监听器 contactListener

Implementation

void removeContactListener(EMContactEventListener contactListener) {
  _contactChangeEventListeners.remove(contactListener);
}