write abstract method

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

Writes data to the stream.

Implementation

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