Writes data to the connection.
@override Future<void> write(Uint8List data) async { await _stream.write(data); }