doFlush method

  1. @override
int doFlush(
  1. DartCodecBuffer outputBuffer
)
override

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;