video_player
dart:io
BytesBuilder
abstract method clear
clear
class BytesBuilder
Constructors
BytesBuilder
Properties
isEmpty
isNotEmpty
length
hashCode
runtimeType
Methods
add
addByte
clear
takeBytes
toBytes
noSuchMethod
toString
Operators
operator ==
void
clear
(
)
Clear the contents of the builder.
Source
void clear();
method clear