getConnectionHandler method

ConnectionHandler? getConnectionHandler(
  1. String identifier
)

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