addBuilderOutput method
void
addBuilderOutput(
- Uint8Buffer buffer
inherited
Add the output of a builder to the encoding stream.
Implementation
void addBuilderOutput(typed.Uint8Buffer buffer) {
_writeRawBuffer(buffer);
_builderHookImpl(false);
}