add 抽象方法

void add(
  1. dynamic data
)
override

在WebSocket连接上发送数据。在data中的数据必须是String或包含字节的List<int>

实现

void add(/*String|List<int>*/ data);