registerController method
Register a socket controller.
Controllers organize event handlers for a specific domain.
Implementation
void registerController(SocketController controller) {
controller.register(_router);
}
Register a socket controller.
Controllers organize event handlers for a specific domain.
void registerController(SocketController controller) {
controller.register(_router);
}