closeWrite abstract method
Closes the stream for writing but leaves it open for reading.
closeWrite does not free the stream, users must still call close or reset.
Implementation
Future<void> closeWrite();
Closes the stream for writing but leaves it open for reading.
closeWrite does not free the stream, users must still call close or reset.
Future<void> closeWrite();