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