unRegister method

void unRegister(
  1. SSEBridge bridge
)

Implementation

void unRegister(SSEBridge bridge) {
  registers.remove(bridge);
}