getConnectionEventHandler method Null safety

ConnectionEventHandler? getConnectionEventHandler(
  1. 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);
}