dcli
dcli
FileSync
truncate method
truncate
truncate
method
Null safety
void
truncate
(
)
Truncates the file to zero bytes in length.
Implementation
void truncate() { _raf.truncateSync(0); }
dcli
dcli
FileSync
truncate method
FileSync class
Constructors
FileSync
Properties
hashCode
length
path
runtimeType
Methods
append
close
flush
noSuchMethod
read
readIntoSync
readLine
resolveSymLink
toString
truncate
write
writeFromSync
Operators
operator ==
Static methods
tempFile