getConnectionHandler method
Retrieves the connection event handler with the specified identifier.
identifier
: The identifier of the handler to retrieve.
Returns the connection event handler.
Implementation
ConnectionHandler? getConnectionHandler(String identifier) {
return SendbirdChat.getConnectionHandler(identifier);
}