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