getConnectionEventHandler method

ConnectionEventHandler? getConnectionEventHandler(
  1. String identifier
)

Gets the connection event handler.

Param identifier The custom handler identifier.

Return The connection event handler.

Implementation

ConnectionEventHandler? getConnectionEventHandler(String identifier) {
  return _connectionEventHandler[identifier];
}