Called when you want to send data to websocket A string data in expected
websocket
string
@override send(String data) { _socket?.add(data); }