dcli
dcli
FileSync
close method
close
close
method
Null safety
void
close
(
)
Close and flushes the file to disk.
Implementation
void close() { _raf.closeSync(); }
dcli
dcli
FileSync
close 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