jonataslaw / get_server

A backend server that makes it possible to program with Flutter syntax and reuse existing code
Apache License 2.0
475 stars 43 forks source link

getx websocket how to send msg to client #63

Open iceshu opened 3 years ago

iceshu commented 3 years ago

image

      Global.WS?.send(sendToPosData);

now I havee to add all client to a list and forecht to send them, any god way?