addContactNotifyListener method

dynamic addContactNotifyListener(
  1. JMContactNotifyListener callback
)

Implementation

addContactNotifyListener(JMContactNotifyListener callback) {
  _eventHanders.contactNotify.add(callback);
}