video_player
dart:core
StringBuffer
method clear
clear
class StringBuffer
Constructors
StringBuffer
Properties
isEmpty
isNotEmpty
length
hashCode
runtimeType
Methods
clear
toString
write
writeAll
writeCharCode
writeln
noSuchMethod
Operators
operator ==
void
clear
(
)
Clears the string buffer.
Source
external void clear();
method clear