doFlush method
Flush the internal-algorithm buffered output data.
The default behavior is to return 0 for the number of bytes flushed to the
outputBuffer
.
Implementation
@override
int doFlush(DartCodecBuffer outputBuffer) => 0;
Flush the internal-algorithm buffered output data.
The default behavior is to return 0 for the number of bytes flushed to the
outputBuffer
.
@override
int doFlush(DartCodecBuffer outputBuffer) => 0;