removeConnectionEventHandler method
- String identifier
~english Removes the connection event handler.
Param identifier The custom handler identifier.
~end
~chinese 移除连接状态监听事件。
Param identifier 监听事件对应 ID。
~end
Implementation
void removeConnectionEventHandler(String identifier) {
  _connectionEventHandler.remove(identifier);
}