sync_1 function

void sync_1()

Make all changes done to all files actually appear on disk.

Implementation

void sync_1() {
  _sync_1 ??=
      Libc().dylib.lookupFunction<ffi.Void Function(), _dart_sync_1>('sync');
  return _sync_1!();
}