close method
Closes the sink.
This signals the end of the chunked conversion. This method is called when converters are used as StreamTransformer's.
Implementation
@override
void close() {
// no-op, never used
}
Closes the sink.
This signals the end of the chunked conversion. This method is called when converters are used as StreamTransformer's.
@override
void close() {
// no-op, never used
}