removeContactNotifyListener method

dynamic removeContactNotifyListener(
  1. JMContactNotifyListener callback
)

Implementation

removeContactNotifyListener(JMContactNotifyListener callback) {
  _eventHanders.contactNotify.removeWhere((cb) => cb == callback);
}