contactManager property

ChatContactManager contactManager

Gets the ChatContactManager class. Make sure to call it after the ChatClient has been initialized.

Return The ChatContactManager class.

Implementation

ChatContactManager get contactManager {
  return _contactManager;
}