takeBytes method

Uint8List takeBytes()

Implementation

Uint8List takeBytes() {
  return _writer.takeBytes();
}