takeBytes method

Uint8List takeBytes()

Takes the byte buffer from this and clears this.

Implementation

Uint8List takeBytes() => _bytes.takeBytes();