getConnectionEventHandler method Null safety
- String identifier
Returns ConnectionEventHandler with identifier from SDK.
null if the handler is not found with identifier
Implementation
ConnectionEventHandler? getConnectionEventHandler(String identifier) {
  return _int.eventManager.getConnectionHandler(identifier);
}