Flutter
convert
StringAccumulatorSink
clear method
clear
StringAccumulatorSink class
Constructors
StringAccumulatorSink
Properties
isClosed
string
hashCode
runtimeType
Methods
add
addSlice
clear
close
asStringSink
asUtf8Sink
noSuchMethod
toString
Operators
operator ==
clear method
void
clear
(
)
Empties
string
.
This can be used to avoid double-processing data.
Implementation
void clear() { _buffer.clear(); }