sendRawData method

void sendRawData(
  1. List<int> data
)

Implementation

void sendRawData(List<int> data) {
  _socket.add(data);
}