contactManager property Null safety
Gets the EMContactManager class. Make sure to call it after the EMClient has been initialized.
Return The EMContactManager class.
Implementation
EMContactManager get contactManager {
return _contactManager;
}