close method
override
Closes the sink.
This signals the end of the chunked conversion. This method is called when converters are used as StreamTransformer's.
Implementation
void close() {
_isClosed = true;
}
Closes the sink.
This signals the end of the chunked conversion. This method is called when converters are used as StreamTransformer's.
void close() {
_isClosed = true;
}