removeConnectionEventHandler method
- String identifier
Removes the connection event handler.
Param identifier
The custom handler identifier.
Implementation
void removeConnectionEventHandler(String identifier) {
_connectionEventHandler.remove(identifier);
}