fsync function

void fsync(
  1. int fd
)

Implementation

void fsync(int fd) => platform.fsync(fd);