removeConnectionHandler method

void removeConnectionHandler(
  1. String identifier
)

Removes the connection event handler with the specified identifier.

identifier : The identifier of the handler to remove.

Implementation

void removeConnectionHandler(String identifier) {
  SendbirdChat.removeConnectionHandler(identifier);
}