contactManager property
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;
}
Gets the ChatContactManager class. Make sure to call it after the ChatClient has been initialized.
Return The ChatContactManager
class.
ChatContactManager get contactManager {
return _contactManager;
}