clearContactManagerListeners method Null safety
- @Deprecated("Use #clearEventHandlers to instead")
@Deprecated("Use #clearEventHandlers to instead")
Removes all contact manager listeners.
Implementation
@Deprecated("Use #clearEventHandlers to instead")
void clearContactManagerListeners() {
_listeners.clear();
}