fsync method

void fsync(
  1. int fd,
  2. void callback(
    1. dynamic error
    )
)

Implementation

external void fsync(int fd, void Function(dynamic error) callback);