menu
gits_cli package
documentation
dependency_manager.dart
FileSync
flush method
flush method
dark_mode
light_mode
flush
method
void
flush
(
)
Flushes the contents of the file to disk.
Implementation
void flush() { _raf.flushSync(); }
gits_cli package
documentation
dependency_manager
FileSync
flush method
FileSync class