write abstract method

Future<void> write(
  1. List<int> bytes
)

Writes one chunk.

Completion means bytes were accepted by the local transport, not that the remote node received or read them.

Implementation

Future<void> write(List<int> bytes);