@override void setHandRaising(bool isRaising) { _socket?.emit(SocketEvent.handRaisingCSS, {'isRaising': isRaising}); }