write method

void write(
  1. List<int> bytes
)

Implementation

void write(List<int> bytes) {
  _socket.write(bytes);
}