register method

void register(
  1. SSEBridge bridge
)

Implementation

void register(SSEBridge bridge) {
  registers.add(bridge);
}