output method

Uint8List output()

Implementation

Uint8List output() {
  return Uint8List.fromList(baos);
}