dcli
dcli
FileSync
flush method
flush
flush
method
Null safety
void
flush
(
)
Flushes the contents of the file to disk.
Implementation
void flush() { _raf.flushSync(); }
dcli
dcli
FileSync
flush 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