send method

  1. @override
void send(
  1. List<int> bytes
)

Sends bytes to the peer.

Implementation

@override
void send(List<int> bytes) => _session.writeStdin(bytes);