send method

dynamic send(
  1. String data
)
override

发送数据.

Implementation

send(String data) {
  this._socket?.sendString(data);
}