makeBuffer function

List<int> makeBuffer()

Create an empty byte buffer.

Implementation

List<int> makeBuffer() => [];