contactManager property Null safety

EMContactManager contactManager

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;
}