clearContactManagerListeners method Null safety

  1. @Deprecated("Use #clearEventHandlers to instead")
void clearContactManagerListeners()
@Deprecated("Use #clearEventHandlers to instead")

Removes all contact manager listeners.

Implementation

@Deprecated("Use #clearEventHandlers to instead")
void clearContactManagerListeners() {
  _listeners.clear();
}